mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-22 22:10:10 +01:00
winsys: Do not use Display type when X11 is not present in build
Reviewed-by: Adam Jackson <ajax@redhat.com> Closes: mesa/mesa#6520 Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/16608>
This commit is contained in:
parent
e87135c552
commit
cbb81e09ee
1 changed files with 1 additions and 1 deletions
|
|
@ -105,7 +105,7 @@ vl_vgem_drm_screen_create(int fd) { return NULL; }
|
|||
struct vl_screen *
|
||||
vl_vgem_drm_screen_create(int fd);
|
||||
static inline struct vl_screen *
|
||||
vl_xlib_swrast_screen_create(Display *display, int screen) { return NULL; }
|
||||
vl_xlib_swrast_screen_create(void *display, int screen) { return NULL; }
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue