Mercurial > sdl-ios-xcode
comparison src/video/dummy/SDL_nullvideo.c @ 1681:80a5e6a4e1e2 SDL-1.3
Working on paletted display and texture support (two different issues)
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Thu, 15 Jun 2006 07:07:07 +0000 |
parents | 5e4c5e095925 |
children | a1ebb17f9c52 |
comparison
equal
deleted
inserted
replaced
1680:9488fca10677 | 1681:80a5e6a4e1e2 |
---|---|
49 #define DUMMYVID_DRIVER_NAME "dummy" | 49 #define DUMMYVID_DRIVER_NAME "dummy" |
50 | 50 |
51 /* Initialization/Query functions */ | 51 /* Initialization/Query functions */ |
52 static int DUMMY_VideoInit(_THIS); | 52 static int DUMMY_VideoInit(_THIS); |
53 static int DUMMY_SetDisplayMode(_THIS, const SDL_DisplayMode * mode); | 53 static int DUMMY_SetDisplayMode(_THIS, const SDL_DisplayMode * mode); |
54 static void DUMMY_CreateWindowSurface(_THIS, SDL_Window * window, | |
55 Uint32 flags); | |
56 static void DUMMY_UpdateWindowSurface(_THIS, SDL_Window * window, | |
57 int numrects, SDL_Rect * rects); | |
58 static void DUMMY_VideoQuit(_THIS); | 54 static void DUMMY_VideoQuit(_THIS); |
59 | 55 |
60 /* DUMMY driver bootstrap functions */ | 56 /* DUMMY driver bootstrap functions */ |
61 | 57 |
62 static int | 58 static int |