vcl/opengl/win/gdiimpl.cxx | 11 ----------- 1 file changed, 11 deletions(-)
New commits: commit 401c2105be6d66e5c7ed436558a9a6c41cce4aae Author: Markus Mohrhard <markus.mohrh...@googlemail.com> Date: Wed May 25 10:49:09 2016 +0200 this temporary window will never see key input Change-Id: I89942224b708565d098702a85ea841c2736dff40 Reviewed-on: https://gerrit.libreoffice.org/25437 Tested-by: Jenkins <c...@libreoffice.org> Reviewed-by: Markus Mohrhard <markus.mohrh...@googlemail.com> diff --git a/vcl/opengl/win/gdiimpl.cxx b/vcl/opengl/win/gdiimpl.cxx index 40c6b68..cf45a46 100644 --- a/vcl/opengl/win/gdiimpl.cxx +++ b/vcl/opengl/win/gdiimpl.cxx @@ -156,17 +156,6 @@ static LRESULT CALLBACK WndProc(HWND hwnd, UINT message, WPARAM wParam, LPARAM l return 0; case WM_DESTROY: return 0; - case WM_KEYDOWN: - switch(wParam) - { - case VK_ESCAPE: - PostQuitMessage(0); - return 0; - - case VK_SPACE: - break; - } - SAL_FALLTHROUGH; //TODO ??? default: return DefWindowProc(hwnd, message, wParam, lParam); } _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits