10 #include <X11/extensions/xf86vmode.h>
11 #include <X11/keysym.h>
19 GLWindow(char *title, int width, int height, int bpp, bool fullscreen, int zbuffer, int visual_id);
21 void resize(int x, int y, int w, int h);
25 friend class DemoHandler;
26 friend class DirectSoundAudioDriver;
40 XSetWindowAttributes attr;
42 XF86VidModeModeInfo deskMode;
48 unsigned int width, height;