cmake build system + OS X support / cleanups for Humble Release #8

Merged
urkle merged 25 commits from OSX into boost 2014-01-01 23:13:17 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit f42539e02b - Show all commits

View File

@ -145,7 +145,7 @@ void EventThread::process(RGSSThreadData &rtData)
case SDL_KEYDOWN : case SDL_KEYDOWN :
if (event.key.keysym.scancode == SDL_SCANCODE_RETURN && if (event.key.keysym.scancode == SDL_SCANCODE_RETURN &&
(event.key.keysym.mod & KMOD_LALT)) (event.key.keysym.mod & KMOD_ALT))
{ {
setFullscreen(win, !fullscreen); setFullscreen(win, !fullscreen);
if (!fullscreen && havePendingTitle) if (!fullscreen && havePendingTitle)