diff options
Diffstat (limited to 'src/egl/main/eglscreen.h')
-rw-r--r-- | src/egl/main/eglscreen.h | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/src/egl/main/eglscreen.h b/src/egl/main/eglscreen.h index 5d1cff9284a..833439b4107 100644 --- a/src/egl/main/eglscreen.h +++ b/src/egl/main/eglscreen.h @@ -2,11 +2,6 @@ #define EGLSCREEN_INCLUDED -/* NOTE: there is no public EGLScreen type, we refers to screens with - * an integer. - */ - - /** * Per-screen information. * Note that an EGL screen doesn't have a size. A screen may be set to @@ -31,6 +26,10 @@ struct _egl_screen }; +extern EGLScreenMESA +_eglAllocScreenHandle(void); + + extern void _eglInitScreen(_EGLScreen *screen); |