summaryrefslogtreecommitdiff
path: root/src/egl/drivers
diff options
context:
space:
mode:
authorJon Smirl <jonsmirl@gmail.com>2005-08-05 03:33:59 +0000
committerJon Smirl <jonsmirl@gmail.com>2005-08-05 03:33:59 +0000
commit485528f2acb69940a7c757638127f716c0cb2654 (patch)
tree4adf1397cd482f50a4bcc92776ef36b53599ff72 /src/egl/drivers
parentb507bd41607a8025866d125d99c5abbca1931cd7 (diff)
More EGL prep. No impact on anything outside of EGL
Diffstat (limited to 'src/egl/drivers')
-rw-r--r--src/egl/drivers/demo/demo.c9
1 files changed, 1 insertions, 8 deletions
diff --git a/src/egl/drivers/demo/demo.c b/src/egl/drivers/demo/demo.c
index 9b75195959..4c08ac569f 100644
--- a/src/egl/drivers/demo/demo.c
+++ b/src/egl/drivers/demo/demo.c
@@ -286,19 +286,12 @@ demoMakeCurrent(_EGLDriver *drv, EGLDisplay dpy, EGLSurface draw, EGLSurface rea
}
-/*
- * Just to silence warning
- */
-extern _EGLDriver *
-_eglMain(NativeDisplayType dpy);
-
-
/**
* The bootstrap function. Return a new DemoDriver object and
* plug in API functions.
*/
_EGLDriver *
-_eglMain(NativeDisplayType dpy)
+_eglMain(_EGLDisplay *dpy)
{
DemoDriver *demo;