Searched refs:deactivateGrab (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/libXt/dist/src/
H A DPointer.c67 Boolean deactivateGrab = FALSE; local in function:_XtProcessPointerEvent
93 deactivateGrab = TRUE;
103 if (deactivateGrab)
H A DKeyboard.c367 Boolean deactivateGrab = FALSE; local in function:_XtProcessKeyboardEvent
401 deactivateGrab = TRUE;
408 if (deactivateGrab) {
/xsrc/external/mit/xorg-server.old/dist/dix/
H A Devents.c3729 * @param deactivateGrab True if the device's grab should be deactivated.
3733 Bool deactivateGrab)
3870 if (deliveries && !deactivateGrab && event->any.type != ET_Motion)
3732 DeliverGrabbedEvent(InternalEvent * event,DeviceIntPtr thisDev,Bool deactivateGrab) argument
/xsrc/external/mit/xorg-server/dist/dix/
H A Devents.c4414 * @param deactivateGrab True if the device's grab should be deactivated.
4420 Bool deactivateGrab)
4467 if (deliveries && !deactivateGrab &&
4419 DeliverGrabbedEvent(InternalEvent * event,DeviceIntPtr thisDev,Bool deactivateGrab) argument

Completed in 15 milliseconds