diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | xdriinfo.c | 3 |
2 files changed, 7 insertions, 1 deletions
@@ -1,3 +1,8 @@ +2006-01-16 Matthias Hopf <mhopf@suse.de> + + * xdriinfo.c: + GLX_GLXEXT_LEGACY -> GLX_GLXEXT_PROTOTYPES + glxext.h + 2006-01-13 Matthias Hopf <mhopf@suse.de> * configure.ac: @@ -22,8 +22,9 @@ * */ -#define GLX_GLXEXT_LEGACY +#define GLX_GLXEXT_PROTOTYPES #include <GL/glx.h> +#include <GL/glxext.h> #include <X11/Xlib.h> #include <stdio.h> #include <unistd.h> |