summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/fb
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/mesa/drivers/dri/fb
parentb507bd41607a8025866d125d99c5abbca1931cd7 (diff)
More EGL prep. No impact on anything outside of EGL
Diffstat (limited to 'src/mesa/drivers/dri/fb')
-rw-r--r--src/mesa/drivers/dri/fb/fb_egl.c9
1 files changed, 1 insertions, 8 deletions
diff --git a/src/mesa/drivers/dri/fb/fb_egl.c b/src/mesa/drivers/dri/fb/fb_egl.c
index a04ac129fc..2cea48808f 100644
--- a/src/mesa/drivers/dri/fb/fb_egl.c
+++ b/src/mesa/drivers/dri/fb/fb_egl.c
@@ -842,19 +842,12 @@ fbSwapBuffers(_EGLDriver *drv, EGLDisplay dpy, EGLSurface draw)
}
-/*
- * Just to silence warning
- */
-extern _EGLDriver *
-_eglMain(NativeDisplayType dpy);
-
-
/**
* The bootstrap function. Return a new fbDriver object and
* plug in API functions.
*/
_EGLDriver *
-_eglMain(NativeDisplayType dpy)
+_eglMain(_EGLDisplay *dpy)
{
fbDriver *fb;