Mercurial > sdl-ios-xcode
comparison 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 |
comparison
equal
deleted
inserted
replaced
4906:67acc9ab60ff | 4907:a2cf0174e5ab |
---|---|
106 #define HAVE_SIGACTION 1 | 106 #define HAVE_SIGACTION 1 |
107 #define HAVE_SETJMP 1 | 107 #define HAVE_SETJMP 1 |
108 #define HAVE_NANOSLEEP 1 | 108 #define HAVE_NANOSLEEP 1 |
109 #define HAVE_SYSCONF 1 | 109 #define HAVE_SYSCONF 1 |
110 #define HAVE_SYSCTLBYNAME 1 | 110 #define HAVE_SYSCTLBYNAME 1 |
111 #define HAVE_ATAN 1 | |
112 #define HAVE_ATAN2 1 | |
111 | 113 |
112 /* Enable various audio drivers */ | 114 /* Enable various audio drivers */ |
113 #define SDL_AUDIO_DRIVER_COREAUDIO 1 | 115 #define SDL_AUDIO_DRIVER_COREAUDIO 1 |
114 #define SDL_AUDIO_DRIVER_DISK 1 | 116 #define SDL_AUDIO_DRIVER_DISK 1 |
115 #define SDL_AUDIO_DRIVER_DUMMY 1 | 117 #define SDL_AUDIO_DRIVER_DUMMY 1 |