diff options
author | Juan Linietsky <reduzio@gmail.com> | 2020-08-19 12:37:59 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-19 12:37:59 -0300 |
commit | 9c5c1635b24f6eabdb4a061419b0ff3c52d327fe (patch) | |
tree | 04f1ff377da6fddd04ee741b6ae50d649b8a39c9 /scene/main | |
parent | d3bd84d705b014025042e57d1c3f802dc4d66595 (diff) |
Revert "Fixes for windows in X11 tiling WMs"
Diffstat (limited to 'scene/main')
-rw-r--r-- | scene/main/window.cpp | 1 |
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() { |