From e6af5d49ae76142a8bbdf5d8b4967189af3b2f15 Mon Sep 17 00:00:00 2001 From: Owen Taylor Date: Mon, 13 Apr 1998 00:20:17 +0000 Subject: Set a flag so instead of clearing the area in advance. That looked Sun Apr 12 20:09:40 1998 Owen Taylor * gtk/gtklabel.[ch] (gtk_label_expose): Set a flag so instead of clearing the area in advance. That looked _really_ bad. * gtk/gtkcontainer.c (gtk_container_class_init): Changed "focus" to RUN_LAST. * gtk/gtkentry.c (gtk_entry_realize): Fixed place where allocation was used where requisition was meant. (Found by David J N Begley ) * gtk/gtkwindow.c (gtk_window_set_default): Fixed assertion in when setting default to NULL> ("Damon Chaplin" ) * gtk/gtkwidget.c (gtk_widget_unparent): Unset the default widget on the toplevel, if necessary. Sun Apr 12 02:04:21 1998 Owen Taylor * gtk/gtkpreview.c: Removed unecessary and harmful htons/ntohs when storing properties. (X does the byte swapping itself) --- gtk/gtklabel.h | 1 + 1 file changed, 1 insertion(+) (limited to 'gtk/gtklabel.h') diff --git a/gtk/gtklabel.h b/gtk/gtklabel.h index 81eca4afe7..32acbe5dcf 100644 --- a/gtk/gtklabel.h +++ b/gtk/gtklabel.h @@ -43,6 +43,7 @@ struct _GtkLabel char *label; GSList *row; guint jtype : 2; + gint needs_clear : 1; }; struct _GtkLabelClass -- cgit v1.2.1