Forgot disable else and it became: else /* */ break;

Caused a crash on Windows on alt-key when a tablet was plug in.
This commit is contained in:
Alexander Kuznetsov 2013-04-20 16:14:31 +00:00
parent 44d3d88f9a
commit b0f8ece9d9

@ -982,7 +982,7 @@ LRESULT WINAPI GHOST_SystemWin32::s_wndProc(HWND hwnd, UINT msg, WPARAM wParam,
if (wParam == SC_KEYMENU)
{
eventHandled = true;
} else
}// else
/* XXX Disable for now due to area resizing issue. bug# 34990 */
/*if((wParam&0xfff0)==SC_SIZE)
{