From 4796be85a5f501901c56cc48c329263c7b203956 Mon Sep 17 00:00:00 2001 From: glx Date: Tue, 6 Jul 2010 21:10:47 +0000 Subject: (svn r20084) -Fix [FS#3919] (r7157): don't try to handle mouse events when the cursor ha left the window --- src/video/win32_v.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/video/win32_v.cpp') diff --git a/src/video/win32_v.cpp b/src/video/win32_v.cpp index 15dc4c7eb..9f0a3c3df 100644 --- a/src/video/win32_v.cpp +++ b/src/video/win32_v.cpp @@ -417,7 +417,6 @@ static LRESULT CALLBACK WndProcGdi(HWND hwnd, UINT msg, WPARAM wParam, LPARAM lP _cursor.in_window = false; if (!_left_button_down && !_right_button_down) MyShowCursor(true); - HandleMouseEvents(); return 0; case WM_MOUSEMOVE: { -- cgit v1.2.3-54-g00ecf