summaryrefslogtreecommitdiff
path: root/src/egl/main/egldisplay.h
diff options
context:
space:
mode:
authorChia-I Wu <olv@lunarg.com>2010-02-19 11:47:54 +0800
committerChia-I Wu <olv@lunarg.com>2010-02-19 12:40:01 +0800
commit496724b869d4258a64e8343d3ae66d08bfb19f7b (patch)
tree048a491d6a5305c2675a71e797cfc8db0ee9e956 /src/egl/main/egldisplay.h
parentbef4b476d729320599264483113d577ac5eeaff1 (diff)
egl: Silence warnings when compiled with -pedantic.
Just follow gcc's advices here.
Diffstat (limited to 'src/egl/main/egldisplay.h')
-rw-r--r--src/egl/main/egldisplay.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/egl/main/egldisplay.h b/src/egl/main/egldisplay.h
index 43b39bda9d..5d69b876ae 100644
--- a/src/egl/main/egldisplay.h
+++ b/src/egl/main/egldisplay.h
@@ -14,6 +14,8 @@ enum _egl_resource_type {
_EGL_NUM_RESOURCES
};
+/* this cannot and need not go into egltypedefs.h */
+typedef enum _egl_resource_type _EGLResourceType;
/**