diff options
author | Michal Ratajsky <[email protected]> | 2014-06-20 00:12:40 +0200 |
---|---|---|
committer | Michal Ratajsky <[email protected]> | 2014-06-20 00:12:40 +0200 |
commit | 6be9a89195e0d3bf8408cea661f22cb97b638f24 (patch) | |
tree | 745cfec763facc62b6c3bc51cd246e5cad4d9f68 /backends/pulse/pulse-helpers.h | |
parent | a2290d5e13ccee88fd9ae66a3895eb4da646f81f (diff) | |
download | libmatemixer-6be9a89195e0d3bf8408cea661f22cb97b638f24.tar.bz2 libmatemixer-6be9a89195e0d3bf8408cea661f22cb97b638f24.tar.xz |
Pulse and API updates, fixes
Diffstat (limited to 'backends/pulse/pulse-helpers.h')
-rw-r--r-- | backends/pulse/pulse-helpers.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/pulse/pulse-helpers.h b/backends/pulse/pulse-helpers.h index 36cc0c1..978fd38 100644 --- a/backends/pulse/pulse-helpers.h +++ b/backends/pulse/pulse-helpers.h @@ -25,7 +25,7 @@ #include <pulse/pulseaudio.h> - G_BEGIN_DECLS +G_BEGIN_DECLS MateMixerChannelPosition pulse_convert_position_from_pulse (pa_channel_position_t position); pa_channel_position_t pulse_convert_position_to_pulse (MateMixerChannelPosition position); |