Lines Matching refs:CheckMotion

18926     CheckMotion() updates the pointer's cursor based on which xwindow
24245 Yet the pointer_handle_leave() is called and so is the DIX CheckMotion()
32479 CheckMotion() isn't happy with NULL. Make sure we pass the right device in,
96254 xfree86: block signals between EnableDevice and first CheckMotion()
96256 Devices usually enable SIGIO processing in EnableDevice. CheckMotion
123846 When the windows are restructured, CheckMotion needs to be called for all
128469 Enter grabs are checked for in CheckMotion(), each time the sprite window
128474 Since CheckMotion() may change the grab status of a device, we mustn't get
128475 "dev->deviceGrab.grab" in ProcessOtherEvents until after CheckMotion().
132997 dix: update CheckMotion to deal with DeviceEvents.
135559 dix: remove XineramaCheckMotion, merge into CheckMotion.
136072 Xi: call CheckMotion for floating SDs too.
136074 CheckMotion updates the sprite position so we need to call it for all devices
136425 xfree86: don't call CheckMotion if a device hasn't been enabled. #19176
155241 when using XTestFakeInput (once in CheckMotion as called from the
156783 Xi: don't call CheckMotion for slave devices.
163228 Change CheckMotion to ignore non-pointer events but acknowledge XI events.
163230 Call CheckMotion from ProcessOtherEvents() to make sure absolute XI events
163243 Call CheckMotion for all core events.
170141 dix: missing parameter to SetCursorPosition in CheckMotion ifndef MPX
170313 dix: WindowsRestructured() calls CheckMotion() on all devices
170328 CheckMotion, XineramaChangeToCursor, ChangeToCursor, CheckPhysLimits,
170416 dix: Call to SetCursorPosition in CheckMotion() temporarily disabled.