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>2008-04-23 14:54:09 +0400
committerThorvald Natvig <slicer@users.sourceforge.net>2008-04-23 14:54:09 +0400
commit8863fc311654edbe4b3adee40b5143a6ae1cb645 (patch)
treec05b353de97f1702ff1c2e916df7b70ef6e73d86 /src/mumble/GlobalShortcut_unix.h
parent5e136dc60f4985a9005432eb801690b0eab8b1aa (diff)
Polled X input support, for OSes that lack both xevie and inputdev
git-svn-id: https://mumble.svn.sourceforge.net/svnroot/mumble/trunk@1105 05730e5d-ab1b-0410-a4ac-84af385074fa
Diffstat (limited to 'src/mumble/GlobalShortcut_unix.h')
-rw-r--r--src/mumble/GlobalShortcut_unix.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mumble/GlobalShortcut_unix.h b/src/mumble/GlobalShortcut_unix.h
index 070aaeb3a..6bdedfb1f 100644
--- a/src/mumble/GlobalShortcut_unix.h
+++ b/src/mumble/GlobalShortcut_unix.h
@@ -38,6 +38,7 @@ class GlobalShortcutX : public GlobalShortcutEngine {
public:
Display *display;
volatile bool bRunning;
+ bool bXevie;
QMap<QString, QFile *> qmInputDevices;
GlobalShortcutX();