summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-8
diff options
context:
space:
mode:
authorTor Lillqvist <tml@src.gnome.org>2000-01-02 15:53:48 +0000
committerTor Lillqvist <tml@src.gnome.org>2000-01-02 15:53:48 +0000
commitfe3cc8520236a6ad5b0a5862e2fb456c016014d4 (patch)
tree5d821fbf671412026e4fdad4e7d4397ebb753ca1 /ChangeLog.pre-2-8
parentd47558034833d38d96d94f207e8cbfa40300f82a (diff)
downloadgtk+-fe3cc8520236a6ad5b0a5862e2fb456c016014d4.tar.gz
Add credits for finding the bug fixed a couple of days ago.
Diffstat (limited to 'ChangeLog.pre-2-8')
-rw-r--r--ChangeLog.pre-2-86
1 files changed, 4 insertions, 2 deletions
diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8
index b10e7e3cb6..d3211fdffc 100644
--- a/ChangeLog.pre-2-8
+++ b/ChangeLog.pre-2-8
@@ -1,7 +1,7 @@
2000-01-02 Tor Lillqvist <tml@iki.fi>
* gdk/win32/gdkevents-win32.c: Clean up some more leftovers from
- before Owen's reorganization: Don't have queued_events and
+ before Owen's reorganisation: Don't have queued_events and
queued_tail statics in this file, but use gdk_queued_events and
gdk_queued_tail. This makes exposure event compression work again.
@@ -20,10 +20,12 @@
* gdk/win32/gdkprivate-win32.h
* gdk/win32/gdkevents-win32.c
* gdk/win32/gdkinput-win32.c
+
* gdk/win32/gdkwindow-win32.c: Remove the superfluous
extension_events field in the GdkWindowWin32Data struct. Use only
the extension_events field in GdkWindowPrivate. Previously one was
- set, and the other one tested, which broke tablet functionality.
+ set, and the other one tested, which broke tablet
+ functionality. Thanks to Keishi Suenaga for pointing this out.
1999-12-18 Tor Lillqvist <tml@iki.fi>