From 1f622adf0a379fc942a6d3d0706cb11bb41d2aa2 Mon Sep 17 00:00:00 2001 From: Camilla Berglund Date: Wed, 17 Nov 2010 16:06:15 +0100 Subject: [PATCH] Replaced inline declarations with glext.h use. --- tests/fsaa.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/tests/fsaa.c b/tests/fsaa.c index e5a187a0..73a20563 100644 --- a/tests/fsaa.c +++ b/tests/fsaa.c @@ -30,14 +30,11 @@ //======================================================================== #include +#include #include #include -#ifndef GL_ARB_multisample -#define GL_MULTISAMPLE_ARB 0x809D -#endif - static void window_size_callback(GLFWwindow window, int width, int height) { glViewport(0, 0, width, height);