Merge of blender-v4.5-release
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user