diff options
Diffstat (limited to 'capplets/appearance/mate-wp-item.h')
-rw-r--r-- | capplets/appearance/mate-wp-item.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/capplets/appearance/mate-wp-item.h b/capplets/appearance/mate-wp-item.h index 5e336d53..f75b8474 100644 --- a/capplets/appearance/mate-wp-item.h +++ b/capplets/appearance/mate-wp-item.h @@ -45,8 +45,13 @@ struct _MateWPItem { GtkTreeRowReference * rowref; /* Real colors */ +#if GTK_CHECK_VERSION (3, 0, 0) + GdkRGBA * pcolor; + GdkRGBA * scolor; +#else GdkColor * pcolor; GdkColor * scolor; +#endif MateWPInfo * fileinfo; |