From 0c558fac14266f8c18cfb8bc1d4669ed35868c2f Mon Sep 17 00:00:00 2001 From: Michal Ratajsky Date: Fri, 18 Jul 2014 17:55:53 +0200 Subject: More porting work along with fixes and cleanups --- mate-volume-control/src/mvc-helpers.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'mate-volume-control/src/mvc-helpers.h') diff --git a/mate-volume-control/src/mvc-helpers.h b/mate-volume-control/src/mvc-helpers.h index 248c843..16e48db 100644 --- a/mate-volume-control/src/mvc-helpers.h +++ b/mate-volume-control/src/mvc-helpers.h @@ -31,6 +31,12 @@ const gchar *mvc_channel_position_to_string (MateMixerChannelPosition pos const gchar *mvc_channel_position_to_pretty_string (MateMixerChannelPosition position); const gchar *mvc_channel_map_to_pretty_string (MateMixerStream *stream); +#if GTK_CHECK_VERSION (3, 0, 0) +void mvc_color_shade (GdkRGBA *a, + GdkRGBA *b, + gdouble k); +#endif + G_END_DECLS #endif /* __MVC_HELPERS_H */ -- cgit v1.2.1