[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;
|
goto error;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!wl->xdg_shell)
|
if (!wl->xdg_shell && !!wl->zxdg_shell)
|
||||||
{
|
{
|
||||||
RARCH_LOG("[Wayland]: Using zxdg_shell_v6 interface.\n");
|
RARCH_LOG("[Wayland]: Using zxdg_shell_v6 interface.\n");
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue