Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 9524


Ignore:
Timestamp:
Dec 16, 2012, 9:17:59 PM (11 years ago)
Author:
landauf
Message:

fixed build on linux

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/testing/src/libraries/core/input/InputManager.cc

    r8858 r9524  
    176176        if (exclusiveMouse_ || GraphicsManager::getInstance().isFullScreen())
    177177        {
    178             if (CommandLineParser::getValue("keyboard_no_grab").getBool())
     178            if (CommandLineParser::getValue("keyboard_no_grab").get<bool>())
    179179                paramList.insert(StringPair("x11_keyboard_grab", "false"));
    180180            else
Note: See TracChangeset for help on using the changeset viewer.