HomeSort by: relevance | last modified time | path
    Searched refs:NotifyPointer (Results 1 - 11 of 11) sorted by relevancy

  /xsrc/external/mit/xorg-server/dist/dix/
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.
947 * Send FocusOut(NotifyPointer) events from the current pointer window (which
950 * NotifyPointer events are only sent for the device paired with dev.
978 CoreFocusEvent(dev, FocusOut, mode, NotifyPointer, P);
993 CoreFocusEvent(dev, FocusIn, mode, NotifyPointer, win);
997 * Send FocusIn(NotifyPointer) events from pwin_parent down to
1055 /* NotifyPointer P-A unless P is child or below */
1060 /* NotifyPointer P-A *
    [all...]
  /xsrc/external/mit/xorg-server.old/dist/dix/
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 P-A *
    [all...]
  /xsrc/external/mit/ctwm/dist/
event_utils.c 268 event.xfocus.detail = NotifyPointer;
286 event.xfocus.detail = NotifyPointer;
event_handlers.c 275 || new.xfocus.detail == NotifyPointer
  /xsrc/external/mit/xorgproto/dist/include/X11/
X.h 281 #define NotifyPointer 5
  /xsrc/external/mit/libXt/dist/src/
Keyboard.c 510 case NotifyPointer:
517 case NotifyPointer:
TMparse.c 191 {"Pointer", 0, NotifyPointer},
  /xsrc/external/mit/xev/dist/
xev.c 316 case NotifyPointer:
317 detail = "NotifyPointer";
388 case NotifyPointer:
389 detail = "NotifyPointer";
  /xsrc/external/mit/xterm/dist/
trace.c 483 CASETYPE(NotifyPointer);
misc.c 1267 if (event->detail != NotifyPointer) {
1284 ((event->detail == NotifyPointer)
1300 ((event->detail == NotifyPointer)
  /xsrc/external/mit/libXaw/dist/src/
TextAction.c 2862 if (event->xfocus.detail == NotifyPointer)
2937 || event->xfocus.detail == NotifyPointer)

Completed in 68 milliseconds