diff options
author | Eric Anholt <eric@anholt.net> | 2014-01-27 11:36:06 -0800 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2014-02-07 16:02:52 -0800 |
commit | 0c774d53c5c1e8845e7da9b01814d7b98f621f51 (patch) | |
tree | b8ca9c70f3fc1081252f14c32ee0fd7b6fe5cfab /glx/glxserver.h | |
parent | 87c4551c9cc9e382e6cfb59df1759d27c776abc8 (diff) |
glx: Reduce compiler warnings by not requesting GL extension prototypes.
They're not officially in the ABI, so you shouldn't use them anyway.
Signed-off-by: Eric Anholt <eric@anholt.net>
Reviewed-by: Adam Jackson <ajax@redhat.com>
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'glx/glxserver.h')
-rw-r--r-- | glx/glxserver.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/glx/glxserver.h b/glx/glxserver.h index 7f36e5f5e..3f2ae3593 100644 --- a/glx/glxserver.h +++ b/glx/glxserver.h @@ -46,7 +46,6 @@ #include <resource.h> #include <scrnintstr.h> -#define GL_GLEXT_PROTOTYPES /* we want prototypes */ #include <GL/gl.h> #include <GL/glext.h> #include <GL/glxproto.h> |