st/egl: fix a compile error
It is triggered when --with-driver=xlib is specified.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user