diff options
author | Brian Paul <brian.paul@tungstengraphics.com> | 2005-12-10 17:54:00 +0000 |
---|---|---|
committer | Brian Paul <brian.paul@tungstengraphics.com> | 2005-12-10 17:54:00 +0000 |
commit | 48822796339cb4a55714dc3f1abbe379562ec538 (patch) | |
tree | 83a6ab54af6a26242b0176f82d67c7c0e66ff776 /src/egl/main/egltypedefs.h | |
parent | b04dd5c58763039a564c50b5e3c0bbc9755e7f72 (diff) |
Some initial per-thread support.
Rename eglShowSurfaceMESA to eglShowScreenSurfaceMESA.
Diffstat (limited to 'src/egl/main/egltypedefs.h')
-rw-r--r-- | src/egl/main/egltypedefs.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/egl/main/egltypedefs.h b/src/egl/main/egltypedefs.h index d963ba50e5..fa8cb496f8 100644 --- a/src/egl/main/egltypedefs.h +++ b/src/egl/main/egltypedefs.h @@ -23,6 +23,8 @@ typedef struct _egl_screen _EGLScreen; typedef struct _egl_surface _EGLSurface; +typedef struct _egl_thread_info _EGLThreadInfo; + typedef void (*_EGLProc)(); |