diff options
Diffstat (limited to 'src/mesa/main/glheader.h')
-rw-r--r-- | src/mesa/main/glheader.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/main/glheader.h b/src/mesa/main/glheader.h index 35a442a77be..7a4b4a08d3a 100644 --- a/src/mesa/main/glheader.h +++ b/src/mesa/main/glheader.h @@ -43,6 +43,7 @@ extern "C" { #endif +typedef unsigned short GLenum16; /* custom Mesa type to save space */ typedef int GLclampx; |