Mac: Don't enable SDL_MAC_NO_SANDBOX by default.

To get this functionality, you need to use -DSDL_MAC_NO_SANDBOX=1 in
your CFLAGS.
This commit is contained in:
Jørgen P. Tjernø 2013-08-08 12:48:37 -07:00
parent 9f90ffbc9f
commit cf76f36660

View file

@ -22,8 +22,6 @@
#if SDL_VIDEO_DRIVER_COCOA
#define SDL_MAC_NO_SANDBOX 1
#include "SDL_cocoamousetap.h"
/* Event taps are forbidden in the Mac App Store, so we can only enable this