1 2 3 4 5 6 7 8 9 10 11 12 13
#include <stdlib.h> #include "eglglobals.h" #include "egldisplay.h" #include "egllog.h" struct _egl_global _eglGlobal = { 1, /* FreeScreenHandle */ 0x0, /* ClientAPIsMask */ { 0x0 }, /* ClientAPIs */ 0, /* NumDrivers */ { NULL }, /* Drivers */ };