diff options
author | Tor Lillqvist <tml@iki.fi> | 2000-01-02 11:03:12 +0000 |
---|---|---|
committer | Tor Lillqvist <tml@src.gnome.org> | 2000-01-02 11:03:12 +0000 |
commit | d47558034833d38d96d94f207e8cbfa40300f82a (patch) | |
tree | 7acedd2c99995d1f1dacf55716bd854f7c6f9422 /ChangeLog | |
parent | 6e3522ab2c44c90da28d1064a2f56c3a7184f749 (diff) | |
download | gtk+-d47558034833d38d96d94f207e8cbfa40300f82a.tar.gz |
Clean up some more leftovers from before Owen's reorganization: Don't have
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
queued_tail statics in this file, but use gdk_queued_events and
gdk_queued_tail. This makes exposure event compression work again.
(gdk_WindowProc): Comment out a posting of gdk_ping_msg, doesn't
seem to be needed?
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +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 + queued_tail statics in this file, but use gdk_queued_events and + gdk_queued_tail. This makes exposure event compression work again. + + (gdk_WindowProc): Comment out a posting of gdk_ping_msg, doesn't + seem to be needed? + 1999-12-30 Tor Lillqvist <tml@iki.fi> * gdk/gdk.c: If we don't HAVE_XCONVERTCASE we must #include |