summaryrefslogtreecommitdiff
path: root/mate-volume-control/src/mvc-helpers.h
diff options
context:
space:
mode:
authorMichal Ratajsky <[email protected]>2014-07-18 17:55:53 +0200
committerinfirit <[email protected]>2014-10-09 16:53:00 +0200
commit0c558fac14266f8c18cfb8bc1d4669ed35868c2f (patch)
treefb7479547b7c1032b13a1adc0f33e9c71861251a /mate-volume-control/src/mvc-helpers.h
parent25445eb4cb2d7b49bc435113056587f83b742104 (diff)
downloadmate-media-0c558fac14266f8c18cfb8bc1d4669ed35868c2f.tar.bz2
mate-media-0c558fac14266f8c18cfb8bc1d4669ed35868c2f.tar.xz
More porting work along with fixes and cleanups
Diffstat (limited to 'mate-volume-control/src/mvc-helpers.h')
-rw-r--r--mate-volume-control/src/mvc-helpers.h6
1 files changed, 6 insertions, 0 deletions
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 */