Searched refs:devGrab (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/libXt/dist/src/
H A DPointer.c65 XtServerGrabPtr newGrab = NULL, devGrab = &device->grab; local in function:_XtProcessPointerEvent
98 if (IsServerGrab(device->grabType) && !(devGrab)->ownerEvents)
99 dspWidget = (devGrab)->widget;
H A DKeyboard.c251 XtServerGrabPtr devGrab,
297 dspWidget = devGrab->widget;
311 XtUngrabKeyboard(devGrab->widget, event->time);
363 XtServerGrabPtr devGrab = &device->grab; local in function:_XtProcessKeyboardEvent
369 prevGrabRec = *devGrab;
407 devGrab, device->grabType, pdi);
247 FindKeyDestination(Widget widget,XKeyEvent * event,XtServerGrabPtr prevGrab,XtServerGrabType prevGrabType,XtServerGrabPtr devGrab,XtServerGrabType devGrabType,XtPerDisplayInput pdi) argument
/xsrc/external/mit/xorg-server/dist/dix/
H A Dgrabs.c79 GrabInfoPtr devGrab = &dev->deviceGrab; local in function:PrintDeviceGrabInfo
80 GrabPtr grab = devGrab->grab;
114 if (devGrab->sync.other)
116 (unsigned long) devGrab->sync.other->resource);
119 (unsigned long) devGrab->grabTime.milliseconds,
120 devGrab->fromPassiveGrab ? "passive" : "active",
121 devGrab->implicitGrab ? " (implicit)" : "",
122 devGrab->sync.frozen ? "frozen" : "thawed", devGrab->sync.state);
130 devGrab
[all...]

Completed in 7 milliseconds