diff options
Diffstat (limited to 'multiload/global.h')
-rw-r--r-- | multiload/global.h | 4 |
1 files changed, 4 insertions, 0 deletions
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; |