1
0
Fork 0
mirror of https://github.com/gwm17/glfw.git synced 2024-10-08 07:07:25 -04:00

Formatting.

This commit is contained in:
Camilla Berglund 2010-11-15 20:21:09 +01:00
parent 890dab3133
commit e8f65c3177

View File

@ -777,7 +777,7 @@ static LRESULT CALLBACK windowProc(HWND hWnd, UINT uMsg,
translateChar(window, (DWORD) wParam, (DWORD) lParam);
return 0;
}
}
case WM_KEYUP:
case WM_SYSKEYUP: