Mercurial > sdl-ios-xcode
diff include/SDL_config_macosx.h @ 4907:a2cf0174e5ab
Fix incorrect shape include and add HAVE_ATAN and HAVE_ATAN2 for OSX builds.
--
user: Andreas Schiffler <aschiffler@ferzkopp.net>
branch 'default'
changed include/SDL_config_macosx.h
changed src/video/cocoa/SDL_cocoashape.m
author | Andreas Schiffler <aschiffler@ferzkopp.net> |
---|---|
date | Tue, 16 Nov 2010 07:03:26 -0800 |
parents | cb31d2fdbe61 |
children | 455bc74f7034 |
line wrap: on
line diff
--- a/include/SDL_config_macosx.h Sat Oct 16 17:15:19 2010 -0700 +++ b/include/SDL_config_macosx.h Tue Nov 16 07:03:26 2010 -0800 @@ -108,6 +108,8 @@ #define HAVE_NANOSLEEP 1 #define HAVE_SYSCONF 1 #define HAVE_SYSCTLBYNAME 1 +#define HAVE_ATAN 1 +#define HAVE_ATAN2 1 /* Enable various audio drivers */ #define SDL_AUDIO_DRIVER_COREAUDIO 1