Searched refs:NotifyPointer (Results 1 - 11 of 11) sorted by relevance
| /xsrc/external/mit/xorg-server/dist/dix/ |
| H A D | enterleave.c | 71 * - NotifyPointer events may be sent if the focus changes from window A to 72 * B. The assumption used in this model is that NotifyPointer events are only 75 * NotifyPointer events are only sent for pointer 2. 946 * Send FocusOut(NotifyPointer) events from the current pointer window (which 949 * NotifyPointer events are only sent for the device paired with dev. 977 CoreFocusEvent(dev, FocusOut, mode, NotifyPointer, P); 992 CoreFocusEvent(dev, FocusIn, mode, NotifyPointer, win); 996 * Send FocusIn(NotifyPointer) events from pwin_parent down to 1054 /* NotifyPointer P-A unless P is child or below */ 1059 /* NotifyPointer [all...] |
| /xsrc/external/mit/xorg-server.old/dist/dix/ |
| H A D | enterleave.c | 66 * - NotifyPointer events may be sent if the focus changes from window A to 67 * B. The assumption used in this model is that NotifyPointer events are only 70 * NotifyPointer events are only sent for pointer 2. 751 * Send FocusOut(NotifyPointer) events from the current pointer window (which 754 * NotifyPointer events are only sent for the device paired with dev. 784 CoreFocusEvent(dev, FocusOut, mode, NotifyPointer, P); 802 CoreFocusEvent(dev, FocusIn, mode, NotifyPointer, win); 807 * Send FocusIn(NotifyPointer) events from pwin_parent down to 872 /* NotifyPointer P-A unless P is child or below*/ 877 /* NotifyPointer [all...] |
| /xsrc/external/mit/ctwm/dist/ |
| H A D | event_utils.c | 268 event.xfocus.detail = NotifyPointer; 286 event.xfocus.detail = NotifyPointer;
|
| H A D | event_handlers.c | 275 || new.xfocus.detail == NotifyPointer
|
| /xsrc/external/mit/xorgproto/dist/include/X11/ |
| H A D | X.h | 281 #define NotifyPointer 5 macro
|
| /xsrc/external/mit/libXt/dist/src/ |
| H A D | Keyboard.c | 510 case NotifyPointer: 517 case NotifyPointer:
|
| H A D | TMparse.c | 191 {"Pointer", 0, NotifyPointer},
|
| /xsrc/external/mit/xev/dist/ |
| H A D | xev.c | 316 case NotifyPointer: 317 detail = "NotifyPointer"; 388 case NotifyPointer: 389 detail = "NotifyPointer";
|
| /xsrc/external/mit/xterm/dist/ |
| H A D | trace.c | 483 CASETYPE(NotifyPointer);
|
| H A D | misc.c | 1267 if (event->detail != NotifyPointer) { 1284 ((event->detail == NotifyPointer) 1300 ((event->detail == NotifyPointer)
|
| /xsrc/external/mit/libXaw/dist/src/ |
| H A D | TextAction.c | 2862 if (event->xfocus.detail == NotifyPointer) 2937 || event->xfocus.detail == NotifyPointer)
|
Completed in 34 milliseconds