From 511905632427aff302ddfb6cae285017451e0821 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Tue, 17 May 2005 02:14:44 +0000 Subject: update comments --- src/egl/main/eglscreen.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/egl/main/eglscreen.c') 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, -- cgit v1.2.3