summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-10
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2003-03-13 01:44:27 +0000
committerTor Lillqvist <tml@src.gnome.org>2003-03-13 01:44:27 +0000
commitb2698b3a58e9e070085475c2bc862b085ae8facd (patch)
tree2b3ba69559e007c75ae9212f2a5b127042f478c2 /ChangeLog.pre-2-10
parent1e072f625cf0519b2f82a55bb201d0d65ac683a8 (diff)
downloadgtk+-b2698b3a58e9e070085475c2bc862b085ae8facd.tar.gz
On WM_MOUSEMOVE, the test whether we have actually moved (and thus
2003-03-13 Tor Lillqvist <tml@iki.fi> * gdk/win32/gdkevents-win32.c (gdk_event_translate): On WM_MOUSEMOVE, the test whether we have actually moved (and thus shouldn't generate an GDK event) moved after the call to propagate() and translate_mouse_coords(). Otherwise we were testing wrong values. (#108115, Allin Cottrell) (gdk_event_translate): On WM_?BUTTONUP, set current_{x,y} the same way as in WM_?BUTTONDOWN and WM_MOUSEMOVE.
Diffstat (limited to 'ChangeLog.pre-2-10')
-rw-r--r--ChangeLog.pre-2-108
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10
index 747bdf75e4..bedf1f8267 100644
--- a/ChangeLog.pre-2-10
+++ b/ChangeLog.pre-2-10
@@ -1,5 +1,13 @@
2003-03-13 Tor Lillqvist <tml@iki.fi>
+ * gdk/win32/gdkevents-win32.c (gdk_event_translate): On
+ WM_MOUSEMOVE, the test whether we have actually moved (and thus
+ shouldn't generate an GDK event) moved after the call to
+ propagate() and translate_mouse_coords(). Otherwise we were
+ testing wrong values. (#108115, Allin Cottrell)
+ (gdk_event_translate): On WM_?BUTTONUP, set current_{x,y} the same
+ way as in WM_?BUTTONDOWN and WM_MOUSEMOVE.
+
* gdk/win32/gdkevents-win32.c (gdk_pointer_grab): if a grab cursor
is used, must copy the HCURSOR with CopyCursor(), as it is OK to
destroy the GdkCursor after calling gdk_pointer_grab(). Set the