From 4fe0e788a96d89b7e202a78d3ff1962244bd7ced Mon Sep 17 00:00:00 2001 From: Harley Acheson Date: Mon, 7 Jul 2025 10:17:56 -0700 Subject: [PATCH] Merge of blender-v4.5-release --- intern/ghost/intern/GHOST_WindowWin32.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/intern/ghost/intern/GHOST_WindowWin32.cc b/intern/ghost/intern/GHOST_WindowWin32.cc index 021a30032bf..d8593527e84 100644 --- a/intern/ghost/intern/GHOST_WindowWin32.cc +++ b/intern/ghost/intern/GHOST_WindowWin32.cc @@ -192,6 +192,7 @@ GHOST_WindowWin32::GHOST_WindowWin32(GHOST_SystemWin32 *system, /* Show the window. */ int nCmdShow; switch (state) { + case GHOST_kWindowStateFullScreen: case GHOST_kWindowStateMaximized: nCmdShow = SW_SHOWMAXIMIZED; break;