summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2011-08-24 09:07:17 +1000
committerChase Douglas <chase.douglas@canonical.com>2011-08-23 17:58:06 -0700
commit67e06b8f14ac39c6c38e851b94b879024ff806a9 (patch)
tree4e1a263f32579ba8b73414120b46228616f98863
parent5b8a8bd0b4e779b947093f9722a2af2568c27118 (diff)
Fix missing 'and' in GrabTypeFocusIn description
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> Reviewed-by: Chase Douglas <chase.douglas@canonical.com> Signed-off-by: Chase Douglas <chase.douglas@canonical.com>
-rw-r--r--specs/XI2proto.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/specs/XI2proto.txt b/specs/XI2proto.txt
index 9f2349e..3d34f30 100644
--- a/specs/XI2proto.txt
+++ b/specs/XI2proto.txt
@@ -1479,7 +1479,7 @@ device is actively grabbed if:
- the grab_type is GrabtypeEnter and the device's pointer has moved
into grab_window or a descendant of grab_window, or the grab_type is
GrabtypeFocusIn and the device's focus has been set to the
- grab_window or a descendant of grab_window,
+ grab_window or a descendant of grab_window, and
- a passive grab of the same grab_type + modifier combination does not
does not exist on an ancestor of grab_window.