Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Rauch <Rauch.Christian@gmx.de>2020-05-01 11:38:27 +0300
committerCampbell Barton <ideasman42@gmail.com>2020-05-01 11:43:11 +0300
commit47fea20dc870d72d03f0e0babd7aec21b73315ff (patch)
treefe0a8edd326a901918ab81e3d3fc46785e6dcbe3 /intern/ghost
parentd602af73d3881445a3c1b94312c2a8d75069f2f2 (diff)
GHOST: set the window state on wayland startup
Diffstat (limited to 'intern/ghost')
-rw-r--r--intern/ghost/intern/GHOST_WindowWayland.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/intern/ghost/intern/GHOST_WindowWayland.cpp b/intern/ghost/intern/GHOST_WindowWayland.cpp
index b75b30cb6e4..0ea6f5f8ecb 100644
--- a/intern/ghost/intern/GHOST_WindowWayland.cpp
+++ b/intern/ghost/intern/GHOST_WindowWayland.cpp
@@ -176,6 +176,8 @@ GHOST_WindowWayland::GHOST_WindowWayland(GHOST_SystemWayland *system,
wl_surface_commit(w->surface);
wl_display_roundtrip(m_system->display());
+ setState(state);
+
setTitle(title);
/* EGL context. */