comparison src/video/SDL_sysvideo.h @ 1:cf2af46e9e2a

Changes since SDL 1.2.0 release
author Sam Lantinga <slouken@lokigames.com>
date Thu, 26 Apr 2001 16:50:19 +0000
parents 74212992fb08
children 8cc4dbfab9ab
comparison
equal deleted inserted replaced
0:74212992fb08 1:cf2af46e9e2a
353 extern VideoBootStrap DIRECTX_bootstrap; 353 extern VideoBootStrap DIRECTX_bootstrap;
354 #endif 354 #endif
355 #ifdef ENABLE_BWINDOW 355 #ifdef ENABLE_BWINDOW
356 extern VideoBootStrap BWINDOW_bootstrap; 356 extern VideoBootStrap BWINDOW_bootstrap;
357 #endif 357 #endif
358 #ifdef ENABLE_DUMMYVIDEO
359 extern VideoBootStrap DUMMY_bootstrap;
360 #endif
358 /* MacOS X gets the proper defines from configure */ 361 /* MacOS X gets the proper defines from configure */
359 #if defined(macintosh) && !defined(MACOSX) 362 #if defined(macintosh) && !defined(MACOSX)
360 #define ENABLE_TOOLBOX 363 #define ENABLE_TOOLBOX
361 #if !TARGET_API_MAC_CARBON 364 #if !TARGET_API_MAC_CARBON
362 #define ENABLE_DRAWSPROCKET 365 #define ENABLE_DRAWSPROCKET