diff options
author | Tor Lillqvist <tml@iki.fi> | 2003-03-15 00:02:42 +0000 |
---|---|---|
committer | Tor Lillqvist <tml@src.gnome.org> | 2003-03-15 00:02:42 +0000 |
commit | 935dca854ed1dfd3c771ab3dadc372e3e757d468 (patch) | |
tree | ee5f1305be2f6bb96ac146ec8d92698b4e54f044 /ChangeLog | |
parent | 75a41e91eb5617b12f5a2097ccc6ad4411f1815a (diff) | |
download | gtk+-935dca854ed1dfd3c771ab3dadc372e3e757d468.tar.gz |
Use the signed GET_X_LPARAM() and GET_Y_LPARAM() to extract x and y
2003-03-14 Tor Lillqvist <tml@iki.fi>
* gdk/win32/gdkevents-win32.c: Use the signed GET_X_LPARAM() and
GET_Y_LPARAM() to extract x and y coordinates from an LPARAM or
DWORD, and not the unsigned HIWORD() and LOWORD(). Systems with
multiple monitors can have negative coordinates on some of the
monitors. (partial fix for #99496, Arnaud Charlet)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2003-03-14 Tor Lillqvist <tml@iki.fi> + + * gdk/win32/gdkevents-win32.c: Use the signed GET_X_LPARAM() and + GET_Y_LPARAM() to extract x and y coordinates from an LPARAM or + DWORD, and not the unsigned HIWORD() and LOWORD(). Systems with + multiple monitors can have negative coordinates on some of the + monitors. (partial fix for #99496, Arnaud Charlet) + 2003-03-15 Matthias Clasen <maclas@gmx.de> * gtk/gtktextview.c: Add a "buffer" property. (#108353) |