diff options
author | Robert Ögren <gtk@roboros.com> | 2005-07-28 21:53:07 +0000 |
---|---|---|
committer | Tor Lillqvist <tml@src.gnome.org> | 2005-07-28 21:53:07 +0000 |
commit | 67021509039b34f7cb16136e77812fd0c93161d3 (patch) | |
tree | 920b7fea19c334bd11218101b1ef6985fb564ef4 /ChangeLog.pre-2-8 | |
parent | 1a24be4e584fe9b09e952671047abf7644e874bb (diff) | |
download | gtk+-67021509039b34f7cb16136e77812fd0c93161d3.tar.gz |
Avoid spurious core pointer events when the tablet pen is lifted.
2005-07-28 Robert Ögren <gtk@roboros.com>
Avoid spurious core pointer events when the tablet pen is lifted.
(#167000)
* gdk/win32/gdkinput-win32.c (set_ignore_core): New static function,
handles delayed unsetting of _gdk_input_ignore_core.
(_gdk_input_other_event): Call set_ignore_core instead of setting
_gdk_input_ignore_core directly.
Diffstat (limited to 'ChangeLog.pre-2-8')
-rw-r--r-- | ChangeLog.pre-2-8 | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index ad780637db..c3a1e4c2c5 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,13 @@ +2005-07-28 Robert Ögren <gtk@roboros.com> + + Avoid spurious core pointer events when the tablet pen is lifted. + (#167000) + + * gdk/win32/gdkinput-win32.c (set_ignore_core): New static function, + handles delayed unsetting of _gdk_input_ignore_core. + (_gdk_input_other_event): Call set_ignore_core instead of setting + _gdk_input_ignore_core directly. + 2005-07-28 Dom Lachowicz <cinamod@hotmail.com> * modules/engines/ms-windows/*: Re-sync with gtk-wimp CVS. Notable |