mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-01 05:58:05 +02:00
glapi: Fix build errors for ES.
The latest glext.h defines GL_FIXED. Test GL_OES_fixed_point instead to decide whether to define GLfixed and GLclampx. This fixes fdo bug #30205.
This commit is contained in:
parent
84f7b5d974
commit
cad87ebc3a
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@
|
|||
#include "GL/gl.h"
|
||||
#include "GL/glext.h"
|
||||
|
||||
#ifndef GL_FIXED
|
||||
#ifndef GL_OES_fixed_point
|
||||
typedef int GLfixed;
|
||||
typedef int GLclampx;
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue