egl: Store screens in a dynamic array.
This commit is contained in:
@@ -90,9 +90,7 @@ struct _egl_display
|
||||
|
||||
_EGLExtensions Extensions;
|
||||
|
||||
EGLint NumScreens;
|
||||
_EGLScreen **Screens; /* array [NumScreens] */
|
||||
|
||||
_EGLArray *Screens;
|
||||
_EGLArray *Configs;
|
||||
|
||||
/* lists of resources */
|
||||
|
Reference in New Issue
Block a user