egl: Fix EGL_VERSION string.
[mesa.git] / src / egl / main / eglglobals.h
index 5ebb914ca723c97af8730e7dc0b99ad16f3a60d5..c3771a8ef10bebe7feb55968d39aeaf185a4de22 100644 (file)
@@ -1,9 +1,8 @@
 #ifndef EGLGLOBALS_INCLUDED
 #define EGLGLOBALS_INCLUDED
 
+
 #include "egltypedefs.h"
-#include "egldisplay.h"
-#include "eglcurrent.h"
 #include "eglmutex.h"
 
 
@@ -17,11 +16,6 @@ struct _egl_global
    /* the list of all displays */
    _EGLDisplay *DisplayList;
 
-   EGLScreenMESA FreeScreenHandle;
-
-   EGLint NumDrivers;
-   _EGLDriver *Drivers[10];
-
    EGLint NumAtExitCalls;
    void (*AtExitCalls[10])(void);
 };