GHOST: set the window state on wayland startup

This commit is contained in:
Christian Rauch 2020-05-01 18:38:27 +10:00 committed by Campbell Barton
parent d602af73d3
commit 47fea20dc8
1 changed files with 2 additions and 0 deletions

View File

@ -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. */