Searched refs:first_event (Results 1 - 9 of 9) sorted by relevance

/solaris-x11-s11/open-src/lib/DPS/sun-src/libdps/
H A DdpsXtdisp.c89 if (!c->first_event) {
99 (void) XtSetEventDispatcher(dpy, c->first_event + PSEVENTSTATUS,
101 (void) XtSetEventDispatcher(dpy, c->first_event + PSEVENTOUTPUT,
103 (void) XtSetEventDispatcher(dpy, c->first_event + PSEVENTREADY,
H A DdpsXclient.c1005 if (!c->first_event) /* Check CSDPS first */
1016 if (event->type != c->first_event + PSEVENTSTATUS) return False;
1033 if (!c->first_event) /* Check CSDPS first */
1042 return event->type == c->first_event + PSEVENTOUTPUT;
1054 if (!c->first_event) /* Check CSDPS first */
1062 return event->type >= c->first_event &&
1063 event->type < c->first_event + NPSEVENTS;
1076 if (!c->first_event) /* Check CSDPS first */
1084 if (event->type == c->first_event + PSEVENTSTATUS) {
1086 } else if (event->type == c->first_event
[all...]
H A DXDPS.c410 int first_event; local
427 return codes->first_event;
440 first_event = CSDPSInit(dpy, &myNumberType, &myFloatingName);
447 return first_event;
454 XESetWireToEvent(dpy, codes->first_event + PSEVENTOUTPUT,
456 XESetWireToEvent(dpy, codes->first_event + PSEVENTSTATUS,
458 XESetWireToEvent(dpy, codes->first_event + PSEVENTREADY,
460 first_event = codes->first_event;
532 return first_event;
[all...]
H A Dcslibext.c161 codes->first_event = 0; /* REQUIRED */
/solaris-x11-s11/open-src/lib/libXext/sun-src/src/
H A DAllPlanes.c79 *event_basep = info->codes->first_event;
H A DFBPM.c82 *event_basep = info->codes->first_event;
H A DXPanoramiX.c146 *event_basep = info->codes->first_event;
H A DTransOvl.c810 *event_basep = info->codes->first_event;
/solaris-x11-s11/open-src/app/accessx/sun-src/
H A DAccessXcomm.c171 accessXClient->eventBase = (CARD16) (info->codes->first_event);

Completed in 31 milliseconds