~ubuntu-branches/ubuntu/trusty/libxi/trusty-security

« back to all changes in this revision

Viewing changes to man/XIGrabDevice.txt

  • Committer: Package Import Robot
  • Author(s): Christopher James Halse Rogers
  • Date: 2012-01-18 11:44:39 UTC
  • mfrom: (1.1.8) (4.1.4 experimental)
  • Revision ID: package-import@ubuntu.com-20120118114439-bm7qksg514zh51do
Tags: 2:1.5.99.2-0ubuntu3
Bump build depends on x11proto-input-dev to 2.1.99.5.  Our 2.1.99.4 package
is really 2.0.2, so 2.1.99.5 is the first version with MT support.

Show diffs side-by-side

added added

removed removed

Lines of Context:
74
74
   grab_window, and is only reported if specified in the event
75
75
   mask.
76
76
 
77
 
   If the grab_mode argument is GrabModeAsync, device event
 
77
   If the grab_mode argument is XIGrabModeAsync, device event
78
78
   processing continues as usual. If the device is currently
79
79
   frozen by this client, then processing of device events is
80
 
   resumed. If the grab_mode argument is GrabModeSync, the state
 
80
   resumed. If the grab_mode argument is XIGrabModeSync, the state
81
81
   of the device (as seen by client applications) appears to
82
82
   freeze, and the X server generates no further device events
83
83
   until the grabbing client issues a releasing XIAllowEvents call
85
85
   not lost while the device is frozen; they are simply queued in
86
86
   the server for later processing.
87
87
 
88
 
   If paired_device_mode is GrabModeAsync, processing of events
 
88
   If paired_device_mode is XIGrabModeAsync, processing of events
89
89
   from the paired master device is unaffected by activation of
90
 
   the grab. If paired_device_mode is GrabModeSync, the state of
 
90
   the grab. If paired_device_mode is XIGrabModeSync, the state of
91
91
   the paired master device (as seen by client applications)
92
92
   appears to freeze, and the X server generates no further events
93
93
   from this device until the grabbing client issues a releasing
141
141
          A value for a Window argument does not name a defined
142
142
          Window.
143
143
 
 
144
BUGS
 
145
----
 
146
 
 
147
   The protocol headers for XI 2.0 did not provide
 
148
   XIGrabModeAsync or XIGrabModeSync. Use GrabModeSync and
 
149
   GrabModeAsync instead, respectively.
 
150
 
144
151
SEE ALSO
145
152
--------
146
153
   XIAllowEvents(libmansuffix)