mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-06-01 09:27:39 +00:00
wayland: Don't redundantly set the border state when showing a window
They are now set before the initial configure.
This commit is contained in:
parent
5a564a718d
commit
b96bb152c2
1 changed files with 0 additions and 1 deletions
|
@ -2012,7 +2012,6 @@ void Wayland_ShowWindow(SDL_VideoDevice *_this, SDL_Window *window)
|
|||
}
|
||||
#endif
|
||||
Wayland_SetWindowResizable(_this, window, !!(window->flags & SDL_WINDOW_RESIZABLE));
|
||||
Wayland_SetWindowBordered(_this, window, !(window->flags & SDL_WINDOW_BORDERLESS));
|
||||
|
||||
// We're finally done putting the window together, raise if possible
|
||||
if (c->activation_manager) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue