diff options
author | Brian Paul <[email protected]> | 2008-05-27 13:45:41 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2008-05-27 13:45:41 -0600 |
commit | 1ed1027e886980b9b0f48fa6bfcf3d6e209c7787 (patch) | |
tree | 5f0128ab153890b56604f8d6d1746ab12a8aa659 /src/egl/main/eglmode.h | |
parent | 3e4128963d4e1a27ef29658a3aa260f492091628 (diff) |
assorted changes to compile with new EGL 1.4 headers (untested)
Diffstat (limited to 'src/egl/main/eglmode.h')
-rw-r--r-- | src/egl/main/eglmode.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/egl/main/eglmode.h b/src/egl/main/eglmode.h index e70da857595..52d4875676d 100644 --- a/src/egl/main/eglmode.h +++ b/src/egl/main/eglmode.h @@ -4,6 +4,9 @@ #include "egltypedefs.h" +#define EGL_NO_MODE_MESA 0 + + /** * Data structure which corresponds to an EGLModeMESA. */ |