st/egl: fix a compile error
It is triggered when --with-driver=xlib is specified.
This commit is contained in:
parent
56ec8e17d3
commit
ed47d65c7c
1 changed files with 1 additions and 2 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue