projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
29d1150
)
egl: Include GL header in eglconfigutil.h.
author
Chia-I Wu
<olvaffe@gmail.com>
Thu, 1 Oct 2009 10:32:19 +0000
(18:32 +0800)
committer
Brian Paul
<brianp@vmware.com>
Thu, 15 Oct 2009 18:53:56 +0000
(12:53 -0600)
This is just a cosmetic change.
Signed-off-by: Chia-I Wu <olvaffe@gmail.com>
src/egl/main/eglconfigutil.h
patch
|
blob
|
history
diff --git
a/src/egl/main/eglconfigutil.h
b/src/egl/main/eglconfigutil.h
index ad850798908e9d6d25c0e91e54b3ca90a6229e80..8c923ee206a1abe3430e422cba0aaa3be819a6f3 100644
(file)
--- a/
src/egl/main/eglconfigutil.h
+++ b/
src/egl/main/eglconfigutil.h
@@
-2,7
+2,7
@@
#define EGLCONFIGUTIL_INCLUDED
-#include "GL
ES
/gl.h"
+#include "GL/gl.h"
#include "GL/internal/glcore.h"
#include "eglconfig.h"