Added ignore rules for git, the heightmap examples from GLFW 2.7 and fixed a built issue on X11 introduced by using glxext.h

This commit is contained in:
Olivier Delannoy
2010-09-24 21:47:25 +01:00
parent 0428d03ca5
commit 70647eaad5
4 changed files with 867 additions and 5 deletions

View File

@@ -40,10 +40,11 @@
#include <X11/Xlib.h>
#include <X11/keysym.h>
#include <X11/Xatom.h>
#define GLX_GLXEXT_LEGACY 1
#include <GL/glx.h>
#include "../../include/GL/glfw3.h"
#include "../../include/GL/glxext.h"
#include "../../include/GL/glfw3.h"
// We need declarations for GLX version 1.3 or above even if the server doesn't
// support version 1.3