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

pull/155/head
glx 14 years ago
parent 79788f9aec
commit 78b01873c1

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

Loading…
Cancel
Save