Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5921


Ignore:
Timestamp:
Oct 9, 2009, 5:09:26 PM (15 years ago)
Author:
scheusso
Message:

build fix for linux

File:
1 edited

Legend:

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

    r5910 r5921  
    168168        paramList.insert(std::make_pair("XAutoRepeatOn", "true"));
    169169
    170         if (bExclusiveMouse_ || GraphicsManager::getInstance().isFullScreen())
     170        if (mouseMode_ == MouseMode::Exclusive || GraphicsManager::getInstance().isFullScreen())
    171171        {
    172172            if (CommandLine::getValue("keyboard_no_grab").getBool())
Note: See TracChangeset for help on using the changeset viewer.