diff options
author | lukefromdc <[email protected]> | 2016-03-24 23:55:08 -0400 |
---|---|---|
committer | raveit65 <[email protected]> | 2016-03-25 11:01:42 +0100 |
commit | 0ac60dc13d55944c363eab68d5a34dcba326704a (patch) | |
tree | 850bf18682d971ae2ca7e6bf4382989d6ec7688b /libmate-panel-applet/panel-plug-private.h | |
parent | 7cc67fd58e249109937ab876e852099d4be6b6e8 (diff) | |
download | mate-panel-0ac60dc13d55944c363eab68d5a34dcba326704a.tar.bz2 mate-panel-0ac60dc13d55944c363eab68d5a34dcba326704a.tar.xz |
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
Diffstat (limited to 'libmate-panel-applet/panel-plug-private.h')
-rw-r--r-- | libmate-panel-applet/panel-plug-private.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 <gtk/gtk.h> -#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 <gtk/gtkx.h> |