[X2Go-Commits] [x2goclient] 185/280: 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
Wed Jan 18 12:25:46 CET 2017


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

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

commit 01dde02cdbd6a890e60c6dd547d1cdbb93ad80fb
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 15eba00..0a49996 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -340,6 +340,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