diff options
author | Matthias Clasen <mclasen@redhat.com> | 2005-07-18 14:25:56 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2005-07-18 14:25:56 +0000 |
commit | 0d0c6e1c37f00ea993901962eb24d33f7f2820ca (patch) | |
tree | cb7ba4aca0a7086257ee2be264e1c9a921a9fe6b /ChangeLog | |
parent | 986cb171b42fbecc64dec3d038ed2ea32c1cfb78 (diff) | |
download | gtk+-0d0c6e1c37f00ea993901962eb24d33f7f2820ca.tar.gz |
Add a note about the need to handle expose events. We really need a
2005-07-18 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkwidget.c (gtk_widget_set_double_buffered): Add a note
about the need to handle expose events. We really need a chapter
on the GTK+ drawing model that we can refer to here... (#310765,
Steve Chaplin)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2005-07-18 Matthias Clasen <mclasen@redhat.com> + + * gtk/gtkwidget.c (gtk_widget_set_double_buffered): Add a note + about the need to handle expose events. We really need a chapter + on the GTK+ drawing model that we can refer to here... (#310765, + Steve Chaplin) + 2005-07-16 Tor Lillqvist <tml@novell.com> * configure.in (GDK_EXTRA_LIBS): [Win32] Put -luuid back, it is |