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 280:715202395e0f
prev160:17c4c0e4f9ce
next290:4d11ef6766be
author nkeynes
date Sun Jan 14 02:55:06 2007 +0000 (17 years ago)
permissions -rw-r--r--
last change Add GL common file
file annotate diff log raw
1.1 --- a/src/drivers/video_x11.c Sun Jun 18 11:55:25 2006 +0000
1.2 +++ b/src/drivers/video_x11.c Sun Jan 14 02:55:06 2007 +0000
1.3 @@ -1,5 +1,5 @@
1.4 /**
1.5 - * $Id: video_x11.c,v 1.6 2006-06-18 11:55:25 nkeynes Exp $
1.6 + * $Id: video_x11.c,v 1.7 2007-01-14 02:55:06 nkeynes Exp $
1.7 *
1.8 * Shared functions for all X11-based display drivers.
1.9 *
1.10 @@ -123,7 +123,9 @@
1.11 glXDestroyContext( video_x11_display, glx_context );
1.12 return FALSE;
1.13 }
1.14 -
1.15 +
1.16 + hasRequiredGLExtensions();
1.17 + fprintf(stderr, "GLX extensions: %s\n", glxExts );
1.18 glx_open = TRUE;
1.19 return TRUE;
1.20 }
.