diff options
author | raveit65 <[email protected]> | 2016-03-22 20:15:12 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2016-03-22 20:15:12 +0100 |
commit | f9221b85ca81f34dc6eb258c6b160bf88ef0d7ea (patch) | |
tree | 70902289fea7c868d969fadf60a19f19050ab2b0 /libmate-panel-applet/panel-plug-private.h | |
parent | b6684bd302bd6794771eb2569b2b7b1539f8be09 (diff) | |
download | mate-panel-f9221b85ca81f34dc6eb258c6b160bf88ef0d7ea.tar.bz2 mate-panel-f9221b85ca81f34dc6eb258c6b160bf88ef0d7ea.tar.xz |
use gtk+-3.20 custom bg fixixes only for > gtk+-3.18 and > glib-2.42
This fixes also distcheck
Diffstat (limited to 'libmate-panel-applet/panel-plug-private.h')
-rw-r--r-- | libmate-panel-applet/panel-plug-private.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libmate-panel-applet/panel-plug-private.h b/libmate-panel-applet/panel-plug-private.h index 5c7f12ad..0aa64717 100644 --- a/libmate-panel-applet/panel-plug-private.h +++ b/libmate-panel-applet/panel-plug-private.h @@ -18,6 +18,9 @@ #ifndef PANEL_PLUG_PRIVATE_H #define PANEL_PLUG_PRIVATE_H +#include <gtk/gtk.h> +#if GTK_CHECK_VERSION (3, 19, 0) && GLIB_CHECK_VERSION (2, 44, 0) + #include <gtk/gtkx.h> G_BEGIN_DECLS @@ -30,3 +33,4 @@ GtkWidget *panel_plug_new (void); G_END_DECLS #endif +#endif |