diff --git a/src/eventthread.cpp b/src/eventthread.cpp index 1d2a605..b57ff3c 100644 --- a/src/eventthread.cpp +++ b/src/eventthread.cpp @@ -121,10 +121,9 @@ void EventThread::process(RGSSThreadData &rtData) initALCFunctions(rtData.alcDev); - // XXX this function breaks input focus on OSX -#ifndef __MACOSX__ + // XXX apparently this function breaks input focus on OSX + // Doesn't seem to be causing issues right now though. - VD SDL_SetEventFilter(eventFilter, &rtData); -#endif fullscreen = rtData.config.fullscreen;