blob: 717649f1f6ac849e83d7cfbab0d5454cdd295a52 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
--- Graphics/TriD/OpenGL/OpenGL.xs 2000/08/22 11:50:22 1.1
+++ Graphics/TriD/OpenGL/OpenGL.xs 2000/08/22 11:50:34
@@ -5,6 +5,7 @@
#include <stdio.h>
#include <stdlib.h>
+#define GL_GLEXT_LEGACY
#include <GL/gl.h>
#include <GL/glx.h>
#include <GL/glu.h>
|