Merge pull request #8226 from Sunderland93/master

[Wayland] Fix zxdg_shell_v6 detection
This commit is contained in:
Twinaphex 2019-02-08 19:35:47 +01:00 committed by GitHub
commit 3b19fa9bad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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");
}