From 0e477da32b80e6c8f071d0d5380efbd7e9ae2e35 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ball=C3=B3=20Gy=C3=B6rgy?= Date: Fri, 20 Nov 2015 01:14:25 +0100 Subject: Don't set the panel transparent by default This fixes the background for GTK+ 3 themes which don't support mate-panel explicitly. Themes could still overwrite the background if they want in the usual way. --- mate-panel/panel-background.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mate-panel/panel-background.h') diff --git a/mate-panel/panel-background.h b/mate-panel/panel-background.h index d69f529c..1d984073 100644 --- a/mate-panel/panel-background.h +++ b/mate-panel/panel-background.h @@ -163,7 +163,7 @@ void panel_background_change_background_on_widget (PanelBackground *background, GtkWidget *widget); #else -void panel_background_apply_css(GtkWidget* widget); +void panel_background_apply_css(GtkWidget* widget, PanelBackground *background); #endif #endif /* __PANEL_BACKGROUND_H__ */ -- cgit v1.2.1