(svn r20084) -Fix [FS#3919] (r7157): don't try to handle mouse events when the cursor ha left the window

This commit is contained in:
glx 2010-07-06 21:10:47 +00:00
parent 0ffbb12941
commit 4796be85a5
1 changed files with 0 additions and 1 deletions

View File

@ -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: {