Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 1138


Ignore:
Timestamp:
Apr 22, 2008, 8:46:01 PM (16 years ago)
Author:
rgrieder
Message:
  • re added key Xautorepeat (works without, if OIS doesn't crash, but quite annoying..)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/cmake/src/core/InputManager.cc

    r1127 r1138  
    9393      paramList.insert(std::make_pair(std::string("WINDOW"), windowHndStr.str()));
    9494
    95 //#if defined OIS_LINUX_PLATFORM
    96 //      paramList.insert(std::make_pair(std::string("XAutoRepeatOn"), std::string("true")));
    97 //#endif
     95#if defined OIS_LINUX_PLATFORM
     96      paramList.insert(std::make_pair(std::string("XAutoRepeatOn"), std::string("true")));
     97#endif
    9898
    9999      try
Note: See TracChangeset for help on using the changeset viewer.