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>2009-01-19 21:22:36 +0300
committerThorvald Natvig <slicer@users.sourceforge.net>2009-01-19 21:22:36 +0300
commit2afcd0ef88e54417e2f84d488741972f0f4425a9 (patch)
treebf84d56dbb5d80833a22cbb045166ee2c2d8122d /src/mumble/GlobalShortcut_unix.h
parentc451437fbe39154de8dfbc2212529a0180957c34 (diff)
Don't use /dev/input devices that are grabbed, and don't use /dev/input at all unless we find a keyboard
git-svn-id: https://mumble.svn.sourceforge.net/svnroot/mumble/trunk@1456 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 f03e5138e..69a638f60 100644
--- a/src/mumble/GlobalShortcut_unix.h
+++ b/src/mumble/GlobalShortcut_unix.h
@@ -41,6 +41,7 @@ class GlobalShortcutX : public GlobalShortcutEngine {
Display *display;
volatile bool bRunning;
bool bXevie;
+ QSet<QString> qsKeyboards;
QMap<QString, QFile *> qmInputDevices;
GlobalShortcutX();