diff options
Diffstat (limited to 'src/egl/main/eglscreen.c')
-rw-r--r-- | src/egl/main/eglscreen.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/egl/main/eglscreen.c b/src/egl/main/eglscreen.c index 230fc4a7a4..e213e9a847 100644 --- a/src/egl/main/eglscreen.c +++ b/src/egl/main/eglscreen.c @@ -106,8 +106,9 @@ _eglGetScreensMESA(_EGLDriver *drv, EGLDisplay dpy, EGLScreenMESA *screens, /** - * Initialize the given _EGLSurface object. Assign it an EGLSurface handle. - * Return the EGLSurface handle or EGL_BAD_SURFACE if error. + * Initialize the given _EGLSurface object. Do error checking. + * Assign it an EGLSurface handle and insert into hash table. + * \return EGLSurface handle or EGL_NO_SURFACE if error. */ EGLSurface _eglInitScreenSurface(_EGLSurface *surf, _EGLDriver *drv, EGLDisplay dpy, |