Commit beff5cece6961fa47a8cd7f49607ea15d3cee301

J?rgen P. Tjern? 2014-04-19T13:15:53

Mac: SDL_SetWindowPosition is now relative to the menubar. It used to be that SDL_SetWindowPosition was relative to the top of the screen, which didn't make sense. In addition, borderless windows can be positioned *below* the menubar, so SDL_SetWindowPosition(win, 0, 0) on a borderless window would hide ~30ish pixels of the window below the menubar.