Lines Matching refs:ge
35 #include <X11/extensions/ge.h>
118 xGenericEvent *ge = (xGenericEvent*)wire_event;
120 if (ge->extension != info->codes->major_opcode)
123 ge->extension);
127 cookie->type = ge->type & 0x7f;
128 cookie->serial = _XSetLastRequestRead(dpy, (xGenericReply *) ge);
129 cookie->send_event = ((ge->type & 0x80) != 0);
131 cookie->extension = ge->extension;
132 cookie->evtype = ge->evtype;
134 switch(ge->evtype) {
136 xPresentConfigureNotify *proto = (xPresentConfigureNotify *) ge;
162 xPresentCompleteNotify *proto = (xPresentCompleteNotify *) ge;
184 xPresentIdleNotify *proto = (xPresentIdleNotify *) ge;
205 xPresentRedirectNotify *proto = (xPresentRedirectNotify *) ge;
256 printf("XPresentWireToCookie: Unknown generic event. type %d\n", ge->evtype);