comparison src/video/SDL_video.c @ 2062:c9aa6bcb26f3

Removed AmigaOS code for 1.3 branch.
author Ryan C. Gordon <icculus@icculus.org>
date Sun, 29 Oct 2006 04:09:17 +0000
parents da8332c8f480
children 46661504398c
comparison
equal deleted inserted replaced
2061:6051761b5934 2062:c9aa6bcb26f3
80 &WIN32_bootstrap, 80 &WIN32_bootstrap,
81 #endif 81 #endif
82 #if SDL_VIDEO_DRIVER_BWINDOW 82 #if SDL_VIDEO_DRIVER_BWINDOW
83 &BWINDOW_bootstrap, 83 &BWINDOW_bootstrap,
84 #endif 84 #endif
85 #if SDL_VIDEO_DRIVER_CYBERGRAPHICS
86 &CGX_bootstrap,
87 #endif
88 #if SDL_VIDEO_DRIVER_PHOTON 85 #if SDL_VIDEO_DRIVER_PHOTON
89 &ph_bootstrap, 86 &ph_bootstrap,
90 #endif 87 #endif
91 #if SDL_VIDEO_DRIVER_EPOC 88 #if SDL_VIDEO_DRIVER_EPOC
92 &EPOC_bootstrap, 89 &EPOC_bootstrap,