merged in Yannick's fixes.
commitfe91cc5ff9e3a352a9260b0e9464167a7262d768
authormazze <mazze@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Sun, 27 Mar 2011 17:00:11 +0000 (27 17:00 +0000)
committermazze <mazze@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Sun, 27 Mar 2011 17:00:11 +0000 (27 17:00 +0000)
tree4e8d555e4204d5e9b24deaceafa67f78f727dd46
parent1148bcd7b520bd8496c03f82bd3ee0dc6b76a7a8
merged in Yannick's fixes.

git-svn-id: https://svn.aros.org/svn/aros/trunk/contrib@37818 fb15a70f-31f2-0310-bbcc-cdcc74a49acc
36 files changed:
SDL/SDL_main/include/SDL_config.h
SDL/SDL_main/include/SDL_config.h.in
SDL/SDL_main/include/SDL_config_aros.h [new file with mode: 0644]
SDL/SDL_main/src/audio/SDL_audio.c
SDL/SDL_main/src/audio/SDL_sysaudio.h
SDL/SDL_main/src/audio/ahi/SDL_ahiaudio.c [new file with mode: 0644]
SDL/SDL_main/src/audio/ahi/SDL_ahiaudio.h [new file with mode: 0644]
SDL/SDL_main/src/cdrom/aros/SDL_syscdrom.c [new file with mode: 0644]
SDL/SDL_main/src/cdrom/aros/SDL_syscdrom.h [new file with mode: 0644]
SDL/SDL_main/src/joystick/aros/SDL_sysjoystick.c [new file with mode: 0644]
SDL/SDL_main/src/main/aros/mydebug.h [new file with mode: 0644]
SDL/SDL_main/src/thread/SDL_thread_c.h
SDL/SDL_main/src/thread/aros/SDL_syscond.c [new file with mode: 0644]
SDL/SDL_main/src/thread/aros/SDL_sysmutex.c [new file with mode: 0644]
SDL/SDL_main/src/thread/aros/SDL_syssem.c [new file with mode: 0644]
SDL/SDL_main/src/thread/aros/SDL_systhread.c [new file with mode: 0644]
SDL/SDL_main/src/thread/aros/SDL_systhread_c.h [copied from SDL/SDL_main/include/SDL_config.h with 56% similarity]
SDL/SDL_main/src/timer/aros/SDL_systimer.c [new file with mode: 0644]
SDL/SDL_main/src/video/SDL_sysvideo.h
SDL/SDL_main/src/video/SDL_video.c
SDL/SDL_main/src/video/cgx/SDL_amigaevents.c [new file with mode: 0644]
SDL/SDL_main/src/video/cgx/SDL_amigaevents_c.h [copied from SDL/SDL_main/include/SDL_config.h with 56% similarity]
SDL/SDL_main/src/video/cgx/SDL_amigamouse.c [new file with mode: 0644]
SDL/SDL_main/src/video/cgx/SDL_amigamouse_c.h [copied from SDL/SDL_main/include/SDL_config.h with 56% similarity]
SDL/SDL_main/src/video/cgx/SDL_cgxaccel.c [new file with mode: 0644]
SDL/SDL_main/src/video/cgx/SDL_cgxaccel_c.h [new file with mode: 0644]
SDL/SDL_main/src/video/cgx/SDL_cgxgl.c [new file with mode: 0644]
SDL/SDL_main/src/video/cgx/SDL_cgxgl_c.h [new file with mode: 0644]
SDL/SDL_main/src/video/cgx/SDL_cgximage.c [new file with mode: 0644]
SDL/SDL_main/src/video/cgx/SDL_cgximage_c.h [copied from SDL/SDL_main/include/SDL_config.h with 56% similarity]
SDL/SDL_main/src/video/cgx/SDL_cgxmodes.c [new file with mode: 0644]
SDL/SDL_main/src/video/cgx/SDL_cgxmodes_c.h [copied from SDL/SDL_main/include/SDL_config.h with 56% similarity]
SDL/SDL_main/src/video/cgx/SDL_cgxvideo.c [new file with mode: 0644]
SDL/SDL_main/src/video/cgx/SDL_cgxvideo.h [new file with mode: 0644]
SDL/SDL_main/src/video/cgx/SDL_cgxwm.c [new file with mode: 0644]
SDL/SDL_main/src/video/cgx/SDL_cgxwm_c.h [copied from SDL/SDL_main/include/SDL_config.h with 56% similarity]