[Xcb] XShmGetEventBase()

Russell Shaw rjshaw at netspace.net.au
Sat May 16 20:48:14 PDT 2009


Hi,
How do i get XCB events for X extensions? I'm trying to figure out the
equivalent of:


   #include<X11/extensions/XShm.h>

   XEvent xevent;
   XNextEvent(app->display, &xevent);

   int ShmCompletiontype = XShmGetEventBase(Display) + ShmCompletion;

   if(xevent.type == ShmCompletiontype) {
     ...
   }


More information about the Xcb mailing list