Search
lxdream.org :: lxdream/src/drivers/video_glx.c :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/drivers/video_glx.c
changeset 573:28ff000e66bb
prev561:533f6b478071
next1065:bc1cc0c54917
author nkeynes
date Fri Jan 11 00:36:07 2008 +0000 (16 years ago)
branchlxdream-mmu
permissions -rw-r--r--
last change Fix compile error on MacOSX
file annotate diff log raw
1.1 --- a/src/drivers/video_glx.c Tue Jan 01 05:08:38 2008 +0000
1.2 +++ b/src/drivers/video_glx.c Fri Jan 11 00:36:07 2008 +0000
1.3 @@ -16,13 +16,12 @@
1.4 * GNU General Public License for more details.
1.5 */
1.6
1.7 +#include "display.h"
1.8 +#include "pvr2/pvr2.h"
1.9 +#include "drivers/gl_common.h"
1.10 #include <X11/Xlib.h>
1.11 #include <GL/glx.h>
1.12 -#include <GL/gl.h>
1.13 -#include "dream.h"
1.14 -#include "pvr2/pvr2.h"
1.15 #include "drivers/video_glx.h"
1.16 -#include "drivers/gl_common.h"
1.17
1.18 /**
1.19 * General X11 parameters. The front-end driver is expected to set this up
.