summaryrefslogtreecommitdiff
path: root/scene
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2020-07-26 17:41:28 +0200
committerGitHub <noreply@github.com>2020-07-26 17:41:28 +0200
commit3842e8c465b286247eb11263dde6353bf62bf2e2 (patch)
treeab82f081ae96fe60af4c24be42c28c223909a1e6 /scene
parent33d423e240fbfa0b28bfa40fd0be746e88e95a31 (diff)
parentd670a49612f76d036dd6f3b23e895a9ca7c1a9ca (diff)
Merge pull request #38727 from Riteo/tiling-wm-issues-tests
Fixes for windows in X11 tiling WMs
Diffstat (limited to 'scene')
-rw-r--r--scene/main/window.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/scene/main/window.cpp b/scene/main/window.cpp
index 81f33d74fe..8c985242f1 100644
--- a/scene/main/window.cpp
+++ b/scene/main/window.cpp
@@ -247,6 +247,7 @@ 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() {