diff options
author | Chia-I Wu <[email protected]> | 2009-09-25 22:54:34 +0800 |
---|---|---|
committer | Brian Paul <[email protected]> | 2009-09-29 08:10:47 -0600 |
commit | 358c5a8fd1d518930c3e87316a2c743a661ac553 (patch) | |
tree | 4512d0167ce7a3e478885fde2c1126ee14149c7e /src/egl/main/eglconfigutil.h | |
parent | 7cda8ea44c2b65265cefa79bd29a4990ac81cee6 (diff) |
egl: Introduce config keys.
Config keys are almost config attributes. A valid config attribute is a
valid config key, but a valid config key may not be a valid config
attribute.
This commit does not distinguish the differences.
Signed-off-by: Chia-I Wu <[email protected]>
Diffstat (limited to 'src/egl/main/eglconfigutil.h')
-rw-r--r-- | src/egl/main/eglconfigutil.h | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/src/egl/main/eglconfigutil.h b/src/egl/main/eglconfigutil.h index c477b94737d..820244611c8 100644 --- a/src/egl/main/eglconfigutil.h +++ b/src/egl/main/eglconfigutil.h @@ -1,12 +1,10 @@ - #ifndef EGLCONFIGUTIL_INCLUDED #define EGLCONFIGUTIL_INCLUDED -#include "eglconfig.h" + +#include "GLES/gl.h" #include "GL/internal/glcore.h" -#if (!defined(WIN32) && !defined(_WIN32_WCE)) -#include "stdint.h" -#endif +#include "eglconfig.h" extern void |