summaryrefslogtreecommitdiff
path: root/src/egl/main/eglglobals.h
diff options
context:
space:
mode:
authorChia-I Wu <olvaffe@gmail.com>2009-08-10 14:16:32 +0800
committerBrian Paul <brianp@vmware.com>2009-08-11 22:14:35 -0600
commit621801abd287238f9a3209554bc84fec5d2e9ccd (patch)
treed20e86ac2a20f4513ffafa5dbc406107454ffd3b /src/egl/main/eglglobals.h
parent56d2119280a202b7714821bc324b07df4b36d559 (diff)
egl: Make display and surface hash tables local.
Move display and surface hash tables to egldisplay.c, and have them initialized on demand. Signed-off-by: Chia-I Wu <olvaffe@gmail.com>
Diffstat (limited to 'src/egl/main/eglglobals.h')
-rw-r--r--src/egl/main/eglglobals.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/egl/main/eglglobals.h b/src/egl/main/eglglobals.h
index a9443cfbdd..47fd943fd5 100644
--- a/src/egl/main/eglglobals.h
+++ b/src/egl/main/eglglobals.h
@@ -13,10 +13,6 @@ struct _egl_global
{
EGLBoolean Initialized;
- /* these are private to egldisplay.c */
- _EGLHashtable *Displays;
- _EGLHashtable *Surfaces;
-
EGLScreenMESA FreeScreenHandle;
/* bitmaks of supported APIs (supported by _some_ driver) */