From 47fea20dc870d72d03f0e0babd7aec21b73315ff Mon Sep 17 00:00:00 2001 From: Christian Rauch Date: Fri, 1 May 2020 18:38:27 +1000 Subject: GHOST: set the window state on wayland startup --- intern/ghost/intern/GHOST_WindowWayland.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'intern/ghost') 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. */ -- cgit v1.2.3