summaryrefslogtreecommitdiff
path: root/mate-panel/panel-types.h
diff options
context:
space:
mode:
Diffstat (limited to 'mate-panel/panel-types.h')
-rw-r--r--mate-panel/panel-types.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/mate-panel/panel-types.h b/mate-panel/panel-types.h
index e71549ae..2d16942f 100644
--- a/mate-panel/panel-types.h
+++ b/mate-panel/panel-types.h
@@ -11,9 +11,11 @@ typedef enum {
PANEL_SPEED_FAST
} PanelSpeed;
+#if !GTK_CHECK_VERSION (3, 0, 0)
typedef struct {
GdkColor gdk;
guint16 alpha;
} PanelColor;
+#endif
#endif