summaryrefslogtreecommitdiff
path: root/scene/main
diff options
context:
space:
mode:
authorJuan Linietsky <reduzio@gmail.com>2020-08-19 12:37:59 -0300
committerGitHub <noreply@github.com>2020-08-19 12:37:59 -0300
commit9c5c1635b24f6eabdb4a061419b0ff3c52d327fe (patch)
tree04f1ff377da6fddd04ee741b6ae50d649b8a39c9 /scene/main
parentd3bd84d705b014025042e57d1c3f802dc4d66595 (diff)
Revert "Fixes for windows in X11 tiling WMs"
Diffstat (limited to 'scene/main')
-rw-r--r--scene/main/window.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/scene/main/window.cpp b/scene/main/window.cpp
index a5c5be8a44..68ffdfe2e8 100644
--- a/scene/main/window.cpp
+++ b/scene/main/window.cpp
@@ -247,7 +247,6 @@ void Window::_make_window() {
}
RS::get_singleton()->viewport_set_update_mode(get_viewport_rid(), RS::VIEWPORT_UPDATE_WHEN_VISIBLE);
- DisplayServer::get_singleton()->show_window(window_id);
}
void Window::_update_from_window() {