[X2Go-Commits] [x2goclient] 185/239: src/pulsemanager.h: add new system_pulse_ variable to indicate that a system PA binary shall be used.

git-admin at x2go.org git-admin at x2go.org
Mon Oct 24 23:27:50 CEST 2016


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

x2go pushed a commit to branch bugfix/osx
in repository x2goclient.

commit 061a04bbc682a1faeeca8a4e1b825bf7bd639893
Author: Mihai Moldovan <ionic at ionic.de>
Date:   Wed Jun 22 02:31:32 2016 +0200

    src/pulsemanager.h: add new system_pulse_ variable to indicate that a system PA binary shall be used.
---
 debian/changelog   |    2 ++
 src/pulsemanager.h |    2 ++
 2 files changed, 4 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 984fe0f..3e09e5b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -314,6 +314,8 @@ x2goclient (4.0.5.3-0x2go1) UNRELEASED; urgency=medium
     - src/pulsemanager.cpp: add reminder for Linux-implementation in
       play_startup_sound ().
     - src/x2goutils.cpp: fix compile error.
+    - src/pulsemanager.h: add new system_pulse_ variable to indicate that
+      a system PA binary shall be used.
 
   [ Bernard Cafarelli ]
   * New upstream version (4.0.5.3):
diff --git a/src/pulsemanager.h b/src/pulsemanager.h
index 4cd49e4..6e39b9a 100644
--- a/src/pulsemanager.h
+++ b/src/pulsemanager.h
@@ -118,6 +118,8 @@ class PulseManager: public QObject {
     bool playback_;
 
     bool debug_;
+
+    bool system_pulse_;
 };
 
 #endif // PULSEMANAGER_H

--
Alioth's /srv/git/code.x2go.org/x2goclient.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goclient.git


More information about the x2go-commits mailing list