mirror of
https://github.com/libretro/RetroArch
synced 2025-03-17 10:21:26 +00:00
[Wayland] Fix zxdg_shell_v6 detection
This commit is contained in:
parent
12c6fe1dc0
commit
b609eaf83f
@ -1325,7 +1325,7 @@ static void *gfx_ctx_wl_init(video_frame_info_t *video_info, void *video_driver)
|
||||
goto error;
|
||||
}
|
||||
|
||||
if (!wl->xdg_shell)
|
||||
if (!wl->xdg_shell && !!wl->zxdg_shell)
|
||||
{
|
||||
RARCH_LOG("[Wayland]: Using zxdg_shell_v6 interface.\n");
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user