[PATCH inputproto multitouch 07/13] Fix missing 'and' in GrabTypeFocusIn description

Peter Hutterer peter.hutterer at who-t.net
Tue Aug 23 16:07:17 PDT 2011


Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>
---
 specs/XI2proto.txt |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/specs/XI2proto.txt b/specs/XI2proto.txt
index b55faad..6e2544a 100644
--- a/specs/XI2proto.txt
+++ b/specs/XI2proto.txt
@@ -1480,7 +1480,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.
 
-- 
1.7.6



More information about the xorg-devel mailing list