diff options
author | Matthias Hopf <mhopf@suse.de> | 2006-01-16 10:54:14 +0000 |
---|---|---|
committer | Matthias Hopf <mhopf@suse.de> | 2006-01-16 10:54:14 +0000 |
commit | 12209b48afe65215e693b00bfb0397e275e85114 (patch) | |
tree | b08a4f59c700cd9b47595ef7039a3a20c4594398 | |
parent | 36c5e81eff50ef34f8b96014c8ee04c0563ab853 (diff) |
GLX_GLXEXT_LEGACY -> GLX_GLXEXT_PROTOTYPES + glxext.h
-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> |