st/egl: fix a compile error

It is triggered when --with-driver=xlib is specified.
This commit is contained in:
Chia-I Wu
2011-06-26 08:02:13 +09:00
committed by Chia-I Wu
parent 56ec8e17d3
commit ed47d65c7c
@@ -936,8 +936,7 @@ x11_create_dri2_display(Display *dpy,
struct native_display *
x11_create_dri2_display(Display *dpy,
struct native_event_handler *event_handler,
void *user_data)
const struct native_event_handler *event_handler)
{
return NULL;
}