From: Brian Paul Date: Tue, 17 May 2005 02:14:44 +0000 (+0000) Subject: update comments X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=511905632427aff302ddfb6cae285017451e0821;p=mesa.git update comments --- diff --git a/src/egl/main/eglscreen.c b/src/egl/main/eglscreen.c index 230fc4a7a4b..e213e9a8472 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,