summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorOwen Taylor <owt1@cornell.edu>1998-03-28 00:10:49 +0000
committerOwen Taylor <otaylor@src.gnome.org>1998-03-28 00:10:49 +0000
commitb2c30ad95d9e6d06592da25cf1490be3510b7946 (patch)
tree4d7a62ea8c8ff144031c9563920d18315bac782d /tests
parentf2cfc17be8bb73ff93ead9bfe6973223de4a598c (diff)
downloadgdk-pixbuf-b2c30ad95d9e6d06592da25cf1490be3510b7946.tar.gz
Don't clear the window on an expose event. On draws, just clear the
Fri Mar 27 17:58:41 1998 Owen Taylor <owt1@cornell.edu> * gtk/gtkhandlebox.c (gtk_handle_box_paint): Don't clear the window on an expose event. On draws, just clear the portion we are redrawing. * gdk/gdkfont.c (gdk_fontset_load): Corrected calculation of fontset ascent/descent. * gtk/gtkwidget.[ch]: Added new function to show a toplevel window and wait for it to be mapped, gtk_window_show_now ()
Diffstat (limited to 'tests')
-rw-r--r--tests/testgtkrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/testgtkrc b/tests/testgtkrc
index 7ea894aa7..a1b376a17 100644
--- a/tests/testgtkrc
+++ b/tests/testgtkrc
@@ -12,8 +12,8 @@ pixmap_path "."
style "default"
{
- fontset = "-adobe-helvetica-medium-r-normal--*-120-*-*-*-*-*-*,*"
-# font = "-adobe-helvetica-medium-r-normal--*-120-*-*-*-*-iso8859-1"
+# fontset = "-adobe-helvetica-medium-r-normal--*-120-*-*-*-*-*-*,*"
+ font = "-adobe-helvetica-medium-r-normal--*-120-*-*-*-*-*-*"
}
style "window"