summaryrefslogtreecommitdiff
path: root/src/egl/main/egltypedefs.h
diff options
context:
space:
mode:
authorChia-I Wu <olvaffe@gmail.com>2009-08-15 22:58:13 +0800
committerChia-I Wu <olvaffe@gmail.com>2009-09-14 13:39:18 +0800
commit9e9a4cf4711e72a5eba81476205392097b107e07 (patch)
treeaf4cb2ef713c2ac685cd6b0a4f843f29ac03d15a /src/egl/main/egltypedefs.h
parent985cefb7690ba20d178722e35c43414d330eb4bb (diff)
egl: Add support for EGL_KHR_image_base.
Individual drivers still need to implement the API hooks.
Diffstat (limited to 'src/egl/main/egltypedefs.h')
-rw-r--r--src/egl/main/egltypedefs.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/egl/main/egltypedefs.h b/src/egl/main/egltypedefs.h
index 4461440b9b..b6321716d3 100644
--- a/src/egl/main/egltypedefs.h
+++ b/src/egl/main/egltypedefs.h
@@ -28,6 +28,8 @@ typedef struct _egl_surface _EGLSurface;
typedef struct _egl_thread_info _EGLThreadInfo;
+typedef struct _egl_image _EGLImage;
+
typedef _EGLDriver *(*_EGLMain_t)(const char *args);