mirror of
https://github.com/libretro/RetroArch
synced 2025-03-02 19:13:34 +00:00
Merge pull request #8226 from Sunderland93/master
[Wayland] Fix zxdg_shell_v6 detection
This commit is contained in:
commit
3b19fa9bad
@ -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