summaryrefslogtreecommitdiff
path: root/src/egl/main/eglscreen.h
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2005-05-16 00:31:29 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2005-05-16 00:31:29 +0000
commit9b134f641c3a2ee8d12e6b2a205e9fe6ff2cf401 (patch)
tree96524d02408ecd811e59c4f2533fb9ba170a093b /src/egl/main/eglscreen.h
parentefeea95dcc9094528dcce59abc475046835ecd6a (diff)
minor tweaks
Diffstat (limited to 'src/egl/main/eglscreen.h')
-rw-r--r--src/egl/main/eglscreen.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/egl/main/eglscreen.h b/src/egl/main/eglscreen.h
index 1dff069f74..afc52a5ecb 100644
--- a/src/egl/main/eglscreen.h
+++ b/src/egl/main/eglscreen.h
@@ -36,8 +36,8 @@ _eglGetScreensMESA(_EGLDriver *drv, EGLDisplay dpy, EGLScreenMESA *screens, EGLi
extern EGLSurface
-_eglInitScreenSurfaceMESA(_EGLSurface *surf, _EGLDriver *drv, EGLDisplay dpy, EGLConfig config,
- const EGLint *attrib_list);
+_eglInitScreenSurface(_EGLSurface *surf, _EGLDriver *drv, EGLDisplay dpy, EGLConfig config, const EGLint *attrib_list);
+
extern EGLSurface
_eglCreateScreenSurfaceMESA(_EGLDriver *drv, EGLDisplay dpy, EGLConfig config, const EGLint *attrib_list);