From 9684cbb449ce68a11ea9ccf4d040e9b49b189eee Mon Sep 17 00:00:00 2001 From: raveit65 Date: Sun, 31 Jul 2016 23:56:30 +0200 Subject: GTK+-3 multiload: port to GtkColorChooser and GdkRGBA --- multiload/global.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'multiload/global.h') diff --git a/multiload/global.h b/multiload/global.h index 52e25db6..8971df2c 100644 --- a/multiload/global.h +++ b/multiload/global.h @@ -30,7 +30,11 @@ struct _LoadGraph { guint allocated; +#if GTK_CHECK_VERSION (3, 0, 0) + GdkRGBA *colors; +#else GdkColor *colors; +#endif gint **data; guint data_size; guint *pos; -- cgit v1.2.1