comparison include/SDL_config_macos.h @ 1533:38c1eb6b0083

By default all the real targets have dummy audio/video and disk audio.
author Sam Lantinga <slouken@libsdl.org>
date Tue, 14 Mar 2006 16:19:32 +0000
parents 30f189cdd82b
children 932ba94c4032
comparison
equal deleted inserted replaced
1532:30f189cdd82b 1533:38c1eb6b0083
84 84
85 /* Enable various timer systems */ 85 /* Enable various timer systems */
86 #define SDL_TIMER_MACOS 1 86 #define SDL_TIMER_MACOS 1
87 87
88 /* Enable various video drivers */ 88 /* Enable various video drivers */
89 #define SDL_VIDEO_DRIVER_DUMMY 1
89 #define SDL_VIDEO_DRIVER_DRAWSPROCKET 1 90 #define SDL_VIDEO_DRIVER_DRAWSPROCKET 1
90 #define SDL_VIDEO_DRIVER_TOOLBOX 1 91 #define SDL_VIDEO_DRIVER_TOOLBOX 1
91 92
92 /* Enable OpenGL support */ 93 /* Enable OpenGL support */
93 #define SDL_VIDEO_OPENGL 1 94 #define SDL_VIDEO_OPENGL 1