]> git.sesse.net Git - movit/commitdiff
Remove GL_GLEXT_PROTOTYPES from some files, since it is irrelevant with epoxy.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Sun, 7 Feb 2016 12:05:39 +0000 (13:05 +0100)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Sun, 7 Feb 2016 12:05:39 +0000 (13:05 +0100)
demo.cpp
effect_chain.cpp
saturation_effect.cpp

index ff910f09124edbb6d914315d746818b50feb921f..dd04c84314160ccdec170672ae8244092efaa2ac 100644 (file)
--- a/demo.cpp
+++ b/demo.cpp
@@ -1,4 +1,3 @@
-#define GL_GLEXT_PROTOTYPES 1
 #define NO_SDL_GLEXT 1
 
 #define WIDTH 1280
 #define NO_SDL_GLEXT 1
 
 #define WIDTH 1280
index 0c4b7c880b6db009b4b859c09bfb890dd46c586a..5e43474c457e8cc7dca3db7054fb8e6b6581e3d8 100644 (file)
@@ -1,5 +1,3 @@
-#define GL_GLEXT_PROTOTYPES 1
-
 #include <epoxy/gl.h>
 #include <assert.h>
 #include <math.h>
 #include <epoxy/gl.h>
 #include <assert.h>
 #include <math.h>
index f2206104f2126a525d42ec870c25222bccab7308..a3f91a01817fa7ff2008b2bf96f5153f9cff284e 100644 (file)
@@ -1,5 +1,3 @@
-#define GL_GLEXT_PROTOTYPES 1
-
 #include "saturation_effect.h"
 #include "util.h"
 
 #include "saturation_effect.h"
 #include "util.h"