diff options
author | monsta <[email protected]> | 2016-06-07 14:14:17 +0300 |
---|---|---|
committer | raveit65 <[email protected]> | 2016-06-08 10:37:59 +0200 |
commit | 5c06a163739d2d8c55a5019e12d5f53f3c1bf709 (patch) | |
tree | d7a5b91479d2e3897ac89ec890983f66f2477e4a | |
parent | c383cf09d716681f0cca795283d7ef3702814f9e (diff) | |
download | mate-panel-5c06a163739d2d8c55a5019e12d5f53f3c1bf709.tar.bz2 mate-panel-5c06a163739d2d8c55a5019e12d5f53f3c1bf709.tar.xz |
panel-widget: add missing function declaration for GTK+ >= 3.18
fixes a build warning
-rw-r--r-- | mate-panel/panel-widget.h | 3 |
1 files changed, 3 insertions, 0 deletions
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, |