Replaced inline declarations with glext.h use.

master
Camilla Berglund ago%!(EXTRA string=15 years)
parent 5a112d6cd1
commit 1f622adf0a
  1. 5
      tests/fsaa.c

@ -30,14 +30,11 @@
//========================================================================
#include <GL/glfw3.h>
#include <GL/glext.h>
#include <stdio.h>
#include <stdlib.h>
#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);

Loading…
Cancel
Save