diff options
author | Tor Lillqvist <tml@src.gnome.org> | 2000-01-02 15:53:48 +0000 |
---|---|---|
committer | Tor Lillqvist <tml@src.gnome.org> | 2000-01-02 15:53:48 +0000 |
commit | fe3cc8520236a6ad5b0a5862e2fb456c016014d4 (patch) | |
tree | 5d821fbf671412026e4fdad4e7d4397ebb753ca1 | |
parent | d47558034833d38d96d94f207e8cbfa40300f82a (diff) | |
download | gtk+-fe3cc8520236a6ad5b0a5862e2fb456c016014d4.tar.gz |
Add credits for finding the bug fixed a couple of days ago.
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | ChangeLog.pre-2-0 | 6 | ||||
-rw-r--r-- | ChangeLog.pre-2-10 | 6 | ||||
-rw-r--r-- | ChangeLog.pre-2-2 | 6 | ||||
-rw-r--r-- | ChangeLog.pre-2-4 | 6 | ||||
-rw-r--r-- | ChangeLog.pre-2-6 | 6 | ||||
-rw-r--r-- | ChangeLog.pre-2-8 | 6 |
7 files changed, 28 insertions, 14 deletions
@@ -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> diff --git a/ChangeLog.pre-2-0 b/ChangeLog.pre-2-0 index b10e7e3cb6..d3211fdffc 100644 --- a/ChangeLog.pre-2-0 +++ b/ChangeLog.pre-2-0 @@ -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> diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index b10e7e3cb6..d3211fdffc 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -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> diff --git a/ChangeLog.pre-2-2 b/ChangeLog.pre-2-2 index b10e7e3cb6..d3211fdffc 100644 --- a/ChangeLog.pre-2-2 +++ b/ChangeLog.pre-2-2 @@ -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> diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index b10e7e3cb6..d3211fdffc 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -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> diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index b10e7e3cb6..d3211fdffc 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -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> 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> |