Fix demo to use a "normal" transparent value now that it works.

The last commit fixed this, so lets have a sane value in the demo code.
This commit is contained in:
Alexander Larsson 2011-12-06 14:11:44 +01:00
parent 7bd2446801
commit 288b1539d1

View File

@ -191,7 +191,7 @@ do_transparent (GtkWidget *do_widget)
GtkWidget *overlay;
GtkWidget *align;
GtkWidget *entry;
GdkRGBA transparent = {0.1, 0, 0, 0};
GdkRGBA transparent = {0, 0, 0, 0};
window = gtk_window_new (GTK_WINDOW_TOPLEVEL);
gtk_window_set_screen (GTK_WINDOW (window),