summaryrefslogtreecommitdiff
path: root/mate-panel/panel-background.h
diff options
context:
space:
mode:
authorKonstantin Pugin <[email protected]>2015-03-06 02:30:48 +0600
committerKonstantin Pugin <[email protected]>2015-03-06 03:09:28 +0600
commit4da202648feb8c82217852646f0f4c17bba9fb29 (patch)
tree6098f156717e9a6d28d7d098d45cfc23ee9c35d5 /mate-panel/panel-background.h
parent357bddafdedd424cef23b91b2d2ee09c7c7355ff (diff)
downloadmate-panel-4da202648feb8c82217852646f0f4c17bba9fb29.tar.bz2
mate-panel-4da202648feb8c82217852646f0f4c17bba9fb29.tar.xz
Remove change_background_for_widget from GTK3 build (it is useless.)
Diffstat (limited to 'mate-panel/panel-background.h')
-rw-r--r--mate-panel/panel-background.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/mate-panel/panel-background.h b/mate-panel/panel-background.h
index 6c36873b..d69f529c 100644
--- a/mate-panel/panel-background.h
+++ b/mate-panel/panel-background.h
@@ -158,10 +158,11 @@ const GdkPixmap *panel_background_get_pixmap (PanelBackground *background);
PanelBackgroundType
panel_background_effective_type (PanelBackground *background);
+#if !GTK_CHECK_VERSION (3, 0, 0)
void panel_background_change_background_on_widget (PanelBackground *background,
GtkWidget *widget);
-#if GTK_CHECK_VERSION (3, 0, 0)
+#else
void panel_background_apply_css(GtkWidget* widget);
#endif