From 0ac60dc13d55944c363eab68d5a34dcba326704a Mon Sep 17 00:00:00 2001 From: lukefromdc Date: Thu, 24 Mar 2016 23:55:08 -0400 Subject: GTK 3.18:Apply panelplug rework panel-plug-private.h Changing the panel background handling (from gnome-panel) for GTK 3.18 requires that the panelplug changes from gnome-panel also be applied or applets can mismatch the panel toplevel when an alpha value is present --- libmate-panel-applet/panel-plug-private.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libmate-panel-applet/panel-plug-private.h b/libmate-panel-applet/panel-plug-private.h index 0aa64717..182bf502 100644 --- a/libmate-panel-applet/panel-plug-private.h +++ b/libmate-panel-applet/panel-plug-private.h @@ -19,7 +19,7 @@ #define PANEL_PLUG_PRIVATE_H #include -#if GTK_CHECK_VERSION (3, 19, 0) && GLIB_CHECK_VERSION (2, 44, 0) +#if GTK_CHECK_VERSION (3, 18, 0) && GLIB_CHECK_VERSION (2, 44, 0) #include -- cgit v1.2.1