Unrelated change: we always want the XAutoRepeat workaround, regardless of using exclusive input or not

This commit is contained in:
scrawl 2013-02-26 12:01:10 +01:00
parent 3ef952172d
commit 5c0c5854e8

View file

@ -87,10 +87,12 @@ namespace MWInput
std::string("false"))); std::string("false")));
pl.insert(std::make_pair(std::string("x11_keyboard_grab"), pl.insert(std::make_pair(std::string("x11_keyboard_grab"),
std::string("false"))); std::string("false")));
pl.insert(std::make_pair(std::string("XAutoRepeatOn"),
std::string("true")));
#endif #endif
} }
#if defined OIS_LINUX_PLATFORM
pl.insert(std::make_pair(std::string("XAutoRepeatOn"),
std::string("true")));
#endif
#if defined(__APPLE__) && !defined(__LP64__) #if defined(__APPLE__) && !defined(__LP64__)
// Give the application window focus to receive input events // Give the application window focus to receive input events