Search
lxdream.org :: lxdream/src/drivers/gl_sl.c :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/drivers/gl_sl.c
changeset 540:a3767018a96d
prev538:7f176617a968
next561:533f6b478071
author nkeynes
date Thu Nov 22 11:10:15 2007 +0000 (16 years ago)
permissions -rw-r--r--
last change Re-add "Load Binary" menu item (misplaced in GUI rewrite)
Prevent running with no code loaded
file annotate diff log raw
1.1 --- a/src/drivers/gl_sl.c Tue Nov 20 11:16:09 2007 +0000
1.2 +++ b/src/drivers/gl_sl.c Thu Nov 22 11:10:15 2007 +0000
1.3 @@ -20,11 +20,9 @@
1.4
1.5 #define GL_GLEXT_PROTOTYPES 1
1.6
1.7 -#include <GL/gl.h>
1.8 -#include <GL/glext.h>
1.9 #include "lxdream.h"
1.10 +#include "display.h"
1.11 #include "drivers/gl_common.h"
1.12 -#include "display.h"
1.13
1.14 #define MAX_ERROR_BUF 4096
1.15
.