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 806:6ef1ce4a9dbc
prev805:b355f7b3ff2e
next863:a5e5310061e2
author nkeynes
date Fri Sep 12 05:36:00 2008 +0000 (15 years ago)
permissions -rw-r--r--
last change Implement write-back with the hscaler enabled
file annotate diff log raw
1.1 --- a/src/drivers/video_glx.c Thu Aug 07 23:53:17 2008 +0000
1.2 +++ b/src/drivers/video_glx.c Fri Sep 12 05:36:00 2008 +0000
1.3 @@ -16,11 +16,11 @@
1.4 * GNU General Public License for more details.
1.5 */
1.6
1.7 +#include <stdlib.h>
1.8 #include <string.h>
1.9 #include "display.h"
1.10 #include <X11/Xlib.h>
1.11 #include <GL/glx.h>
1.12 -#include <string.h>
1.13 #include "pvr2/pvr2.h"
1.14 #include "pvr2/glutil.h"
1.15 #include "drivers/video_glx.h"
.