mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-10-17 15:21:43 +00:00
Need to check structure version before setting xdg_toplevel to NULL
This commit is contained in:
@@ -651,9 +651,11 @@ Wayland_GetWindowWMInfo(_THIS, SDL_Window * window, SDL_SysWMinfo * info)
|
||||
}
|
||||
} else {
|
||||
info->info.wl.xdg_surface = NULL;
|
||||
if (version >= SDL_VERSIONNUM(2, 0, 17)) {
|
||||
info->info.wl.xdg_toplevel = NULL;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/* Deprecated in 2.0.16 */
|
||||
info->info.wl.shell_surface = NULL;
|
||||
|
Reference in New Issue
Block a user