[Xfce4-commits] [apps/xfce4-volumed-pulse] 41/62: move the enum to datatypes

noreply at xfce.org noreply at xfce.org
Thu Sep 8 10:33:03 CEST 2016


This is an automated email from the git hooks/post-receive script.

ochosi pushed a commit to branch master
in repository apps/xfce4-volumed-pulse.

commit 0e79edb4f0e9b05ab074aa53ff40e76b79192191
Author: Lionel Le Folgoc <lionel at lefolgoc.net>
Date:   Thu May 24 23:05:47 2012 +0200

    move the enum to datatypes
---
 src/xvd_data_types.h | 6 ++++++
 src/xvd_pulse.h      | 7 -------
 2 files changed, 6 insertions(+), 7 deletions(-)

diff --git a/src/xvd_data_types.h b/src/xvd_data_types.h
index d11cbfa..c26bef0 100644
--- a/src/xvd_data_types.h
+++ b/src/xvd_data_types.h
@@ -44,6 +44,12 @@
 #include <libnotify/notification.h>
 #endif
 
+typedef enum _XvdVolStepDirection
+{
+  XVD_UP,
+  XVD_DOWN
+} XvdVolStepDirection;
+
 typedef struct {
 	/* PA data */
 	pa_glib_mainloop *pa_main_loop;
diff --git a/src/xvd_pulse.h b/src/xvd_pulse.h
index 1860fbb..8df3a06 100644
--- a/src/xvd_pulse.h
+++ b/src/xvd_pulse.h
@@ -28,13 +28,6 @@
 #define PA_VOL_STEP_DEFAULT ((pa_volume_t)((VOL_STEP_DEFAULT_VAL * PA_VOLUME_NORM) / 100))
 
 
-typedef enum _XvdVolStepDirection
-{
-  XVD_UP,
-  XVD_DOWN
-} XvdVolStepDirection;
-
-
 /**
  * Entry point, required to use the pulseaudio server.
  */

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list