[gnome-control-center] sound: Fix ordering of typedefs



commit 83c681ee9e93073d351c9916fbcd1b203a858b51
Author: Bastien Nocera <hadess hadess net>
Date:   Fri Mar 11 15:29:15 2011 +0000

    sound: Fix ordering of typedefs
    
    When building without PulseAudio includes.

 panels/sound/gvc-pulseaudio-fake.h |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/panels/sound/gvc-pulseaudio-fake.h b/panels/sound/gvc-pulseaudio-fake.h
index 65293cd..ab8f6b4 100644
--- a/panels/sound/gvc-pulseaudio-fake.h
+++ b/panels/sound/gvc-pulseaudio-fake.h
@@ -24,9 +24,9 @@
 #ifdef WITH_INTROSPECTION
 
 #ifndef PA_API_VERSION
-typedef int pa_channel_position_t;
-typedef guint32 pa_volume_t;
-typedef gpointer pa_context;
+#define pa_channel_position_t int
+#define pa_volume_t guint32
+#define pa_context gpointer
 #endif /* PA_API_VERSION */
 
 #endif /* WITH_INTROSPECTION */



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]