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;