From a72d7b0ce766f32b40d7f73db90efcb914a2f9da Mon Sep 17 00:00:00 2001 From: qPCR4vir Date: Fri, 10 Apr 2015 15:01:39 +0200 Subject: [PATCH] cleaning --- source/gui/detail/win32/bedrock.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/gui/detail/win32/bedrock.cpp b/source/gui/detail/win32/bedrock.cpp index 1d15b927..ec692d36 100644 --- a/source/gui/detail/win32/bedrock.cpp +++ b/source/gui/detail/win32/bedrock.cpp @@ -1101,7 +1101,7 @@ namespace detail case WM_MOUSEHWHEEL: { //The focus window receives the message in Windows system, it should be redirected to the hovered window - ::POINT scr_pos{ pmdec.mouse.x, pmdec.mouse.y}; // int(LOWORD(lParam)), int(HIWORD(lParam)) }; //Screen position + ::POINT scr_pos{ pmdec.mouse.x, pmdec.mouse.y}; //Screen position auto pointer_wd = ::WindowFromPoint(scr_pos); if (pointer_wd == root_window) {