From bdeccee2a86224d2ff19d95e542a7ad48776a0e3 Mon Sep 17 00:00:00 2001 From: monsta Date: Tue, 7 Jun 2016 14:14:17 +0300 Subject: panel-widget: add missing function declaration for GTK+ >= 3.18 fixes a build warning --- mate-panel/panel-widget.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/mate-panel/panel-widget.h b/mate-panel/panel-widget.h index 20698483..e9064085 100644 --- a/mate-panel/panel-widget.h +++ b/mate-panel/panel-widget.h @@ -206,6 +206,9 @@ void panel_widget_focus (PanelWidget *panel); PanelOrientation panel_widget_get_applet_orientation (PanelWidget *panel); +#if GTK_CHECK_VERSION (3, 18, 0) +void panel_widget_emit_background_changed (PanelWidget *panel); +#endif void panel_widget_set_applet_size_constrained (PanelWidget *panel, GtkWidget *applet, -- cgit v1.2.1