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 /xdriinfo.c | |
parent | 36c5e81eff50ef34f8b96014c8ee04c0563ab853 (diff) |
GLX_GLXEXT_LEGACY -> GLX_GLXEXT_PROTOTYPES + glxext.h
Diffstat (limited to 'xdriinfo.c')
-rw-r--r-- | xdriinfo.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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> |