HomeSort by: relevance | last modified time | path
    Searched defs:_XSetLastRequestRead (Results 1 - 2 of 2) sorted by relevancy

  /xsrc/external/mit/libXTrap/dist/src/
XETrapInit.c 37 #define _XSetLastRequestRead _SetLastRequestRead
40 extern unsigned long _XSetLastRequestRead(Display *dpy, xGenericReply *rep);
42 static unsigned long _XSetLastRequestRead(Display *dpy, xGenericReply *rep);
145 ev->serial = _XSetLastRequestRead(dpy,(xGenericReply *)netevent);
187 unsigned long _XSetLastRequestRead(Display *dpy, xGenericReply *rep)
  /xsrc/external/mit/libX11/dist/src/
XlibInt.c 290 _XSetLastRequestRead(
886 ((XAnyEvent *)re)->serial = _XSetLastRequestRead(dpy,
1464 event.xerror.serial = _XSetLastRequestRead(dpy, (xGenericReply *)rep);

Completed in 43 milliseconds