Fullscreen event fix

This commit is contained in:
Jack Andersen
2015-11-07 10:12:47 -10:00
parent ff55cfd55e
commit 41cccf6b0d
2 changed files with 2 additions and 2 deletions

View File

@@ -234,7 +234,7 @@ public:
case WM_DEVICECHANGE:
return DeviceFinder::winDevChangedHandler(wParam, lParam);
case WM_SIZING:
case WM_SIZE:
case WM_MOVING:
case WM_SYSKEYDOWN:
case WM_KEYDOWN: