sync with latest EGL_MESA_screen_surface spec (EGLScreenMESA handles)

This commit is contained in:
Brian Paul
2005-05-04 03:33:21 +00:00
parent 3aeae20685
commit c22990c29a
13 changed files with 285 additions and 119 deletions

View File

@@ -13,7 +13,7 @@ struct _egl_display
_EGLDriver *Driver;
EGLint NumScreens;
_EGLScreen *Screens; /* array [NumScreens] */
_EGLScreen **Screens; /* array [NumScreens] */
EGLint NumConfigs;
_EGLConfig *Configs; /* array [NumConfigs] */