Changeset 1138
- Timestamp:
- Apr 22, 2008, 8:46:01 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/cmake/src/core/InputManager.cc
r1127 r1138 93 93 paramList.insert(std::make_pair(std::string("WINDOW"), windowHndStr.str())); 94 94 95 //#if defined OIS_LINUX_PLATFORM96 //paramList.insert(std::make_pair(std::string("XAutoRepeatOn"), std::string("true")));97 //#endif95 #if defined OIS_LINUX_PLATFORM 96 paramList.insert(std::make_pair(std::string("XAutoRepeatOn"), std::string("true"))); 97 #endif 98 98 99 99 try
Note: See TracChangeset
for help on using the changeset viewer.