diff options
author | Manish Singh <yosh@src.gnome.org> | 1998-08-20 20:10:52 +0000 |
---|---|---|
committer | Manish Singh <yosh@src.gnome.org> | 1998-08-20 20:10:52 +0000 |
commit | 568b42bd529972eb26a1df0fd8d3c6e74933c3da (patch) | |
tree | ef4cee927422061f871b62aa5181d35d0b9db569 /gtk | |
parent | cad57a6686b44e97031269fc22ef3cf9f5f317fc (diff) | |
download | gtk+-568b42bd529972eb26a1df0fd8d3c6e74933c3da.tar.gz |
silly visual fixes
* gdk/gdkrgb.c: silly visual fixes
* gtk/testgtk.c: call gdk_rgb_init so color preview test actually works
-Yosh
Diffstat (limited to 'gtk')
-rw-r--r-- | gtk/testgtk.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk/testgtk.c b/gtk/testgtk.c index f64d4e4a46..22cb8990cf 100644 --- a/gtk/testgtk.c +++ b/gtk/testgtk.c @@ -7683,6 +7683,8 @@ main (int argc, char *argv[]) gtk_init (&argc, &argv); + gdk_rgb_init (); + /* bindings test */ binding_set = gtk_binding_set_by_class (gtk_type_class (GTK_TYPE_WIDGET)); |