Changeset View
Changeset View
Standalone View
Standalone View
intern/ghost/intern/GHOST_SystemWin32.cpp
| Context not available. | |||||
| //////////////////////////////////////////////////////////////////////// | //////////////////////////////////////////////////////////////////////// | ||||
| case WM_CLOSE: | case WM_CLOSE: | ||||
| /* The WM_CLOSE message is sent as a signal that a window | /* The WM_CLOSE message is sent as a signal that a window | ||||
| * or an application should terminate. */ | * or an application should terminate. Restore if */ | ||||
| if (IsIconic(hwnd)) { | |||||
| ShowWindow(hwnd, SW_RESTORE); | |||||
| } | |||||
| event = processWindowEvent(GHOST_kEventWindowClose, window); | event = processWindowEvent(GHOST_kEventWindowClose, window); | ||||
| break; | break; | ||||
| case WM_ACTIVATE: | case WM_ACTIVATE: | ||||
| Context not available. | |||||