Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 642298
Collapse All | Expand All

(-)a/var/tmp/portage/portage/xfce-base/xfce4-panel-4.13.2/work/xfce4-panel-4.13.2/panel/panel-window.c (-1 / +1 lines)
Lines 844-850 panel_window_draw (GtkWidget *widget, Link Here
844
  cairo_set_operator (cr, CAIRO_OPERATOR_SOURCE);
844
  cairo_set_operator (cr, CAIRO_OPERATOR_SOURCE);
845
845
846
  ctx = gtk_widget_get_style_context (widget);
846
  ctx = gtk_widget_get_style_context (widget);
847
  gtk_style_context_get_color (ctx, GTK_STATE_NORMAL, &fg_rgba);
847
  gtk_style_context_get_color (ctx, gtk_widget_get_state_flags(widget), &fg_rgba);
848
  dark_rgba = gdk_rgba_copy (&fg_rgba);
848
  dark_rgba = gdk_rgba_copy (&fg_rgba);
849
  fg_rgba.alpha = 0.5;
849
  fg_rgba.alpha = 0.5;
850
  dark_rgba->alpha = 0.15;
850
  dark_rgba->alpha = 0.15;

Return to bug 642298