From 50ced01cf2e1531a2a82d70511f3718205805dff Mon Sep 17 00:00:00 2001 From: Riccardo Mottola Date: Mon, 16 Nov 2009 22:49:29 +0000 Subject: [PATCH] Remove left-over call to a mouse down event in a mouse-up git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/back/trunk@29025 72102866-910b-0410-8b05-ffd578937521 --- ChangeLog | 4 ++++ Source/win32/WIN32Server.m | 2 -- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 373ece5..8afe322 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2009-11-16 Riccardo Mottola + + * Source\win32\WIN32Server.m: Remove left-over call to a mouse down event in a mouse-up + 2009-11-10 Richard Frith-Macdonald * Source\win32\WIN32Server.m: Track mouse button state so that when diff --git a/Source/win32/WIN32Server.m b/Source/win32/WIN32Server.m index 158b7f5..4f66ddf 100644 --- a/Source/win32/WIN32Server.m +++ b/Source/win32/WIN32Server.m @@ -711,8 +711,6 @@ LRESULT CALLBACK MainWndProc(HWND hwnd, UINT uMsg, break; case WM_LBUTTONUP: //MOUSE NSDebugLLog(@"NSEvent", @"Got Message %s for %d", "LBUTTONUP", hwnd); -ev = process_mouse_event(self, hwnd, wParam, lParam, NSLeftMouseDown); -[GSCurrentServer() postEvent: ev atStart: NO]; ev = process_mouse_event(self, hwnd, wParam, lParam, NSLeftMouseUp); break; case WM_LBUTTONDBLCLK: //MOUSE