egl: Store screens in a dynamic array.

This commit is contained in:
Chia-I Wu
2010-06-30 18:02:23 +08:00
parent 6717a313f2
commit 8b0c6c4a8d
4 changed files with 41 additions and 37 deletions

View File

@@ -90,9 +90,7 @@ struct _egl_display
_EGLExtensions Extensions;
EGLint NumScreens;
_EGLScreen **Screens; /* array [NumScreens] */
_EGLArray *Screens;
_EGLArray *Configs;
/* lists of resources */