|
@@ -2012,7 +2012,6 @@ void Wayland_ShowWindow(SDL_VideoDevice *_this, SDL_Window *window)
|
|
}
|
|
}
|
|
#endif
|
|
#endif
|
|
Wayland_SetWindowResizable(_this, window, !!(window->flags & SDL_WINDOW_RESIZABLE));
|
|
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
|
|
// We're finally done putting the window together, raise if possible
|
|
if (c->activation_manager) {
|
|
if (c->activation_manager) {
|