Search
lxdream.org :: lxdream/src/drivers/video_x11.c :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/drivers/video_x11.c
changeset 531:f0fee3ba71d1
prev481:3b2d6c5a19ad
author nkeynes
date Mon Nov 19 08:47:39 2007 +0000 (16 years ago)
permissions -rw-r--r--
last change Move name-to-driver mappings to display.c and audio.c respectively
Move responsibility for invoking texcache_gl_init() to the driver
file annotate diff log raw
1.1 --- a/src/drivers/video_x11.c Wed Oct 31 12:05:23 2007 +0000
1.2 +++ b/src/drivers/video_x11.c Mon Nov 19 08:47:39 2007 +0000
1.3 @@ -19,6 +19,7 @@
1.4 #include <X11/Xlib.h>
1.5 #include <GL/glx.h>
1.6 #include "dream.h"
1.7 +#include "pvr2/pvr2.h"
1.8 #include "drivers/video_x11.h"
1.9 #include "drivers/gl_common.h"
1.10
1.11 @@ -167,6 +168,8 @@
1.12 return FALSE;
1.13 }
1.14 XFree(visual);
1.15 +
1.16 + texcache_gl_init();
1.17 return TRUE;
1.18 }
1.19
.