summaryrefslogtreecommitdiff
path: root/mate-panel/panel-background.h
diff options
context:
space:
mode:
authormonsta <[email protected]>2016-01-04 20:32:45 +0300
committermonsta <[email protected]>2016-01-04 20:32:45 +0300
commit73f1dbc41f35cc3729d8ac8727e654e8e3e20ac5 (patch)
tree446de50937adcd1d5cb7f80e86954acb744f184d /mate-panel/panel-background.h
parent98576d25e966aded1c3f67c41c146e15e4827ced (diff)
downloadmate-panel-73f1dbc41f35cc3729d8ac8727e654e8e3e20ac5.tar.bz2
mate-panel-73f1dbc41f35cc3729d8ac8727e654e8e3e20ac5.tar.xz
background: all functions should have PanelBackground as 1st argument
Diffstat (limited to 'mate-panel/panel-background.h')
-rw-r--r--mate-panel/panel-background.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/mate-panel/panel-background.h b/mate-panel/panel-background.h
index eabcdc3e..2ca1c451 100644
--- a/mate-panel/panel-background.h
+++ b/mate-panel/panel-background.h
@@ -158,7 +158,7 @@ PanelBackgroundType
panel_background_effective_type (PanelBackground *background);
#if GTK_CHECK_VERSION (3, 0, 0)
-void panel_background_apply_css(GtkWidget* widget, PanelBackground *background);
+void panel_background_apply_css(PanelBackground *background, GtkWidget *widget);
#else
void panel_background_change_background_on_widget (PanelBackground *background,
GtkWidget *widget);