Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThorvald Natvig <slicer@users.sourceforge.net>2007-11-23 15:26:51 +0300
committerThorvald Natvig <slicer@users.sourceforge.net>2007-11-23 15:26:51 +0300
commit7ae7fb67d019562fe717e687468c4fa231d39b55 (patch)
tree9c186668779b82f57dfd6c54c79a0c2bf55ccf70 /src/mumble/GlobalShortcut_unix.h
parent0133055af478dccef681b1a83077c3218ed1ec7a (diff)
Better audio path detection. Fix race bug in AudioOutput
git-svn-id: https://mumble.svn.sourceforge.net/svnroot/mumble/trunk@871 05730e5d-ab1b-0410-a4ac-84af385074fa
Diffstat (limited to 'src/mumble/GlobalShortcut_unix.h')
-rw-r--r--src/mumble/GlobalShortcut_unix.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mumble/GlobalShortcut_unix.h b/src/mumble/GlobalShortcut_unix.h
index fd8692f39..bb25268ff 100644
--- a/src/mumble/GlobalShortcut_unix.h
+++ b/src/mumble/GlobalShortcut_unix.h
@@ -37,7 +37,7 @@ class GlobalShortcutX : public GlobalShortcutEngine {
Q_OBJECT
public:
Display *display;
- bool bRunning;
+ volatile bool bRunning;
QList<QFile *> qlInputDevices;
GlobalShortcutX();