diff options
author | 13:49 Daniel Rogers <dsrogers@phasevelocity.org> | 2003-12-31 22:00:21 +0000 |
---|---|---|
committer | Daniel Rogers <dsrogers@src.gnome.org> | 2003-12-31 22:00:21 +0000 |
commit | a5f2118818e4ca7f600c09a06521442c5bbc5c62 (patch) | |
tree | 9f57ed38a69334d95c96f2205bac5f7f0fb65080 /ChangeLog.pre-2-4 | |
parent | 5300b921703ea8cfc42db3a5435b56acb00b6a1b (diff) | |
download | gtk+-a5f2118818e4ca7f600c09a06521442c5bbc5c62.tar.gz |
Fix to allow reasonable pointer behavior in window mode when an extended
2003-12-31 13:49 Daniel Rogers <dsrogers@phasevelocity.org>
* gdk/x11/gdkinput-x11.c: (gdk_input_translate_coordinates)
Fix to allow reasonable pointer behavior in window mode when an
extended input device reports an incorrect resolution of 0.
Fixes
bug #123546
Diffstat (limited to 'ChangeLog.pre-2-4')
-rw-r--r-- | ChangeLog.pre-2-4 | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index b4e8da78c3..e5cbee42dd 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -1,3 +1,11 @@ +2003-12-31 13:49 Daniel Rogers <dsrogers@phasevelocity.org> + + * gdk/x11/gdkinput-x11.c: (gdk_input_translate_coordinates) + + Fix to allow reasonable pointer behavior in window mode when an + extended input device reports an incorrect resolution of 0. Fixes + bug #123546 + 2003-12-31 Christian Neumair <chris@gnome-de.org> * gdk-pixbuf/gdk-pixdata.c: (gdk_pixbuf_from_pixdata): |