diff options
author | Matthias Clasen <mclasen@redhat.com> | 2005-01-04 13:44:34 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2005-01-04 13:44:34 +0000 |
commit | 9b561cf21814043316317c15b276f3f88d1a08ed (patch) | |
tree | 7ddeab4228b145efdb9d5a60d6fa81031c0dcd95 /ChangeLog.pre-2-6 | |
parent | 3a2cf4d9bd236a3fe233cfa40078d581ac45a175 (diff) | |
download | gtk+-9b561cf21814043316317c15b276f3f88d1a08ed.tar.gz |
Remove the size_prepared callback, to test incremental display.
2005-01-04 Matthias Clasen <mclasen@redhat.com>
* demos/testpixbuf.c (main): Remove the size_prepared callback,
to test incremental display.
(new_testrgb_window): Return the drawing area, not the window,
since we want to queue draws on the drawing area.
Diffstat (limited to 'ChangeLog.pre-2-6')
-rw-r--r-- | ChangeLog.pre-2-6 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index 9effd207a3..2e30d3c456 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,3 +1,10 @@ +2005-01-04 Matthias Clasen <mclasen@redhat.com> + + * demos/testpixbuf.c (main): Remove the size_prepared callback, + to test incremental display. + (new_testrgb_window): Return the drawing area, not the window, + since we want to queue draws on the drawing area. + 2005-01-03 Matthias Clasen <mclasen@redhat.com> * examples/*: Re-extract. |