glapi: define GLfixed, GLclampx types for ES 1

I'm not 100% sure this is the best fix, but it seems OK.
This commit is contained in:
Brian Paul 2010-01-22 18:47:23 -07:00
parent f6a49ac217
commit 2292c93bc0

View file

@ -87,4 +87,11 @@ 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"