Lines Matching refs:GrabDevice
13278 #12 GrabDevice () at events.c:5120
52649 GrabDevice() needs to handle NULL return value from AllocGrab()
52651 GrabDevice() calls AllocGrab() which can fail and return NULL.
59104 xserver: enable InputClass option "GrabDevice" by default for non-seat0 seats (#69478)
59113 option "GrabDevice" for input devices is enabled by default
61286 [ 26293.864] (EE) 3: /usr/bin/Xorg (GrabDevice+0x3e6) [0x4503bc]
63119 device. GrabDevice() however takes in a pointer mode and a keyboard
130400 input: use a GrabMask union in GrabDevice to allow for XI2 masks.
131589 dix: move ProcGrabPointer guts into GrabDevice.
131591 Yes, this means we have even more arguments to GrabDevice. But it beats having
131592 a copy of most but not all of GrabDevice in ProcGrabPointer.
164408 Change GrabDevice's parameter name back to "coreGrab".
166210 Make GrabDevice differ between core grabs and device grabs.
169438 bugfix GrabDevice: uninitialized field in grab struct caused segfault