18 #include "pandabase.h" 33 typedef struct _XDisplay X11_Display;
34 typedef unsigned int XID;
35 typedef unsigned int Atom;
36 typedef unsigned int Cardinal;
38 typedef XID X11_Window;
39 typedef XID X11_Cursor;
40 typedef struct _XIM *XIM;
41 typedef struct _XIC *XIC;
50 #include "pre_x11_include.h" 52 #include <X11/Xutil.h> 53 #include <X11/keysym.h> 54 #include <X11/Xatom.h> 57 #include <X11/extensions/Xrandr.h> 61 #include <X11/Xcursor/Xcursor.h> 65 #include <X11/extensions/xf86dga.h> 68 #include "post_x11_include.h"