summaryrefslogtreecommitdiff
path: root/src/egl/main/egltypedefs.h
diff options
context:
space:
mode:
authorChia-I Wu <olv@lunarg.com>2010-06-30 16:08:52 +0800
committerChia-I Wu <olv@lunarg.com>2010-06-30 18:32:48 +0800
commit106466783f986f532d3ee7af3a70f693c610ea04 (patch)
tree4deae5c66747d1ced1812891b220eaa0e303b895 /src/egl/main/egltypedefs.h
parent2d8e70fcd57b23786e3f4196f35440ed1861a98b (diff)
egl: Add dynamic array.
Dynamic arrays will be used to store configs and screens of a display.
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 166b133909..0e29e9aa47 100644
--- a/src/egl/main/egltypedefs.h
+++ b/src/egl/main/egltypedefs.h
@@ -10,6 +10,8 @@
typedef struct _egl_api _EGLAPI;
+typedef struct _egl_array _EGLArray;
+
typedef struct _egl_config _EGLConfig;
typedef struct _egl_context _EGLContext;