mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-07 15:10:49 +00:00
Merge commit '006378b921' into main
This commit is contained in:
commit
71e45a0b9d
1 changed files with 3 additions and 1 deletions
|
|
@ -1223,7 +1223,9 @@ void Wayland_DestroyWindow(_THIS, SDL_Window *window)
|
|||
|
||||
SDL_free(wind->outputs);
|
||||
|
||||
wl_callback_destroy(wind->frame_callback);
|
||||
if (wind->frame_callback) {
|
||||
wl_callback_destroy(wind->frame_callback);
|
||||
}
|
||||
|
||||
#ifdef SDL_VIDEO_DRIVER_WAYLAND_QT_TOUCH
|
||||
if (wind->extended_surface) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue