summaryrefslogtreecommitdiff
path: root/src/egl/main/eglglobals.c
blob: 870316865007ecd6e16ea0dd3a74bf52d405758a (plain)
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 */
};