From 496724b869d4258a64e8343d3ae66d08bfb19f7b Mon Sep 17 00:00:00 2001 From: Chia-I Wu Date: Fri, 19 Feb 2010 11:47:54 +0800 Subject: egl: Silence warnings when compiled with -pedantic. Just follow gcc's advices here. --- src/egl/main/egldisplay.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/egl/main/egldisplay.h') 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; /** -- cgit v1.2.3