glapi: Include glheader.h in glapi_nop.c.
authorChia-I Wu <olvaffe@gmail.com>
Sat, 23 Jan 2010 02:23:37 +0000 (10:23 +0800)
committerChia-I Wu <olvaffe@gmail.com>
Sat, 23 Jan 2010 02:24:49 +0000 (10:24 +0800)
In addition to OpenGL headers, glheader.h also defines OpenGL ES types
that are used in core Mesa or ES overlay.

src/mesa/glapi/glapi_nop.c

index 0c53bd8a3f606e5c317fbaf8abf24d16707c90ad..5d2769c07380e554800abe1911aa50396474fd7c 100644 (file)
@@ -39,6 +39,7 @@
 
 
 #include "main/compiler.h"
+#include "main/glheader.h"
 #include "glapi/glapi.h"
 
 
@@ -87,11 +88,4 @@ NoOpUnused(void)
 #define UNUSED_TABLE_NAME __unused_noop_functions
 
 
-/*
- * Types needed when generating ES 1 functions.
- */
-typedef int GLfixed;
-typedef int GLclampx;
-
-
 #include "glapi/glapitemp.h"