Index: gtkhid-cairo.c =================================================================== --- gtkhid-cairo.c (revision 10389) +++ gtkhid-cairo.c (revision 10390) @@ -722,7 +722,7 @@ //else { // gdk_gc_set_foreground(gc->gc, &cc->color); //} - cc->color.alpha = conf_core.appearance.layer_alpha; + cc->color.alpha = 1.0; gdk_cairo_set_source_rgba(cr, &cc->color); } }