Skip to content

Commit b96bb15

Browse files
committed
wayland: Don't redundantly set the border state when showing a window
They are now set before the initial configure.
1 parent 5a564a7 commit b96bb15

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/video/wayland/SDL_waylandwindow.c

-1
Original file line numberDiff line numberDiff line change
@@ -2012,7 +2012,6 @@ void Wayland_ShowWindow(SDL_VideoDevice *_this, SDL_Window *window)
20122012
}
20132013
#endif
20142014
Wayland_SetWindowResizable(_this, window, !!(window->flags & SDL_WINDOW_RESIZABLE));
2015-
Wayland_SetWindowBordered(_this, window, !(window->flags & SDL_WINDOW_BORDERLESS));
20162015

20172016
// We're finally done putting the window together, raise if possible
20182017
if (c->activation_manager) {

0 commit comments

Comments
 (0)