[Orxonox-commit 4855] r9524 - code/branches/testing/src/libraries/core/input

landauf at orxonox.net landauf at orxonox.net
Sun Dec 16 21:18:00 CET 2012


Author: landauf
Date: 2012-12-16 21:17:59 +0100 (Sun, 16 Dec 2012)
New Revision: 9524

Modified:
   code/branches/testing/src/libraries/core/input/InputManager.cc
Log:
fixed build on linux

Modified: code/branches/testing/src/libraries/core/input/InputManager.cc
===================================================================
--- code/branches/testing/src/libraries/core/input/InputManager.cc	2012-12-16 17:07:37 UTC (rev 9523)
+++ code/branches/testing/src/libraries/core/input/InputManager.cc	2012-12-16 20:17:59 UTC (rev 9524)
@@ -175,7 +175,7 @@
 
         if (exclusiveMouse_ || GraphicsManager::getInstance().isFullScreen())
         {
-            if (CommandLineParser::getValue("keyboard_no_grab").getBool())
+            if (CommandLineParser::getValue("keyboard_no_grab").get<bool>())
                 paramList.insert(StringPair("x11_keyboard_grab", "false"));
             else
                 paramList.insert(StringPair("x11_keyboard_grab", "true"));




More information about the Orxonox-commit mailing list