18 #ifndef EQ_GLX_TYPES_H 19 #define EQ_GLX_TYPES_H 21 #include <lunchbox/types.h> 24 typedef struct _XDisplay Display;
25 typedef union _XEvent XEvent;
26 typedef unsigned long XID;
27 typedef struct __GLXcontextRec* GLXContext;
28 typedef struct __GLXFBConfigRec* GLXFBConfig;
63 #endif // EQ_AGL_TYPES_H Display * XGetCurrentDisplay()
The Equalizer client library.
void XSetCurrentDisplay(Display *display)
Set the current X display connection.