comparison src/SDL_compat.c @ 1712:931d111e737a SDL-1.3

Started framework for Windows video driver
author Sam Lantinga <slouken@libsdl.org>
date Mon, 26 Jun 2006 13:56:56 +0000
parents c901fd2a42da
children 6ab5e712e642
comparison
equal deleted inserted replaced
1711:865ba39fc96d 1712:931d111e737a
22 #include "SDL_config.h" 22 #include "SDL_config.h"
23 23
24 /* This file contains functions for backwards compatibility with SDL 1.2 */ 24 /* This file contains functions for backwards compatibility with SDL 1.2 */
25 25
26 #include "SDL.h" 26 #include "SDL.h"
27 #include "SDL_syswm.h"
27 28
28 #include "video/SDL_pixels_c.h" 29 #include "video/SDL_pixels_c.h"
29 30
30 31
31 static SDL_WindowID SDL_VideoWindow; 32 static SDL_WindowID SDL_VideoWindow;