From 106466783f986f532d3ee7af3a70f693c610ea04 Mon Sep 17 00:00:00 2001 From: Chia-I Wu Date: Wed, 30 Jun 2010 16:08:52 +0800 Subject: egl: Add dynamic array. Dynamic arrays will be used to store configs and screens of a display. --- src/egl/main/egltypedefs.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/egl/main/egltypedefs.h') 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; -- cgit v1.2.3