mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-11 07:11:54 +00:00
- Removed spurious WM_INPUT from the main WndProc.
SVN r1615 (trunk)
This commit is contained in:
parent
a11073341c
commit
3f3d677526
1 changed files with 0 additions and 2 deletions
|
@ -360,8 +360,6 @@ LRESULT CALLBACK WndProc (HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam)
|
||||||
case WM_HOTKEY:
|
case WM_HOTKEY:
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case WM_INPUT:
|
|
||||||
|
|
||||||
case WM_PAINT:
|
case WM_PAINT:
|
||||||
if (screen != NULL && 0)
|
if (screen != NULL && 0)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue