Lines Matching refs:event
137 * GLX events are a bit funky. We don't stuff the X event code into
139 * private event code namespace (and hope it doesn't conflict). Clients
140 * have to know that bit 15 in the event type field means they're getting
141 * a GLX event, and then handle the various sub-event types there, rather
142 * than simply checking the event code and handling it directly.
146 __glXWireToEvent(Display *dpy, XEvent *event, xEvent *wire)
156 GLXPbufferClobberEvent *aevent = (GLXPbufferClobberEvent *)event;
174 GLXBufferSwapComplete *aevent = (GLXBufferSwapComplete *)event;
201 /* client doesn't support server event */
212 __glXEventToWire(Display *dpy, XEvent *event, xEvent *wire)
219 switch (event->type) {
231 /* client doesn't support server event */