summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@gtk.org>1999-01-17 22:38:05 +0000
committerOwen Taylor <otaylor@src.gnome.org>1999-01-17 22:38:05 +0000
commit2aca4b0a80e3995bea4aa83d9d6c211b3cbf9555 (patch)
treefdc4f6ce6f6f12c51efa5420656f2d97412a841c /ChangeLog
parent5af447fa074bbe241aca0a9fb9804e75817c98bd (diff)
downloadgtk+-2aca4b0a80e3995bea4aa83d9d6c211b3cbf9555.tar.gz
Allow a bg_pixmap of "<none>", as there was no way to set the background
Sun Jan 17 12:01:57 1999 Owen Taylor <otaylor@gtk.org> * gtk/gtkrc.c (gtk_rc_style_init): Allow a bg_pixmap of "<none>", as there was no way to set the background on all widget but some widgets. This is important because Text widgets with background images are slow and possibly ugly.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f372760d62..18c3e6bbf4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+Sun Jan 17 12:01:57 1999 Owen Taylor <otaylor@gtk.org>
+
+ * gtk/gtkrc.c (gtk_rc_style_init): Allow a bg_pixmap
+ of "<none>", as there was no way to set the background
+ on all widget but some widgets. This is important
+ because Text widgets with background images are
+ slow and possibly ugly.
+
1999-01-17 Nat Friedman <nat@nat.org>
* gtk/gtkscrolledwindow.c (DEFAULT_SCROLLBAR_SPACING): New macro.