mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-16 03:18:06 +02:00
st/egl: fix a compile error
It is triggered when --with-driver=xlib is specified.
(cherry picked from commit ed47d65c7c)
This commit is contained in:
parent
5d1561b4ab
commit
52aa06a2cd
1 changed files with 1 additions and 2 deletions
|
|
@ -922,8 +922,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
Reference in a new issue