comparison src/video/dummy/SDL_nullevents.c @ 1676:e136f3ffdc1b SDL-1.3

Adding software renderer implementation
author Sam Lantinga <slouken@libsdl.org>
date Mon, 12 Jun 2006 09:10:06 +0000
parents 4da1ee79c9af
children
comparison
equal deleted inserted replaced
1675:d33dcfc3fde7 1676:e136f3ffdc1b
35 DUMMY_PumpEvents(_THIS) 35 DUMMY_PumpEvents(_THIS)
36 { 36 {
37 /* do nothing. */ 37 /* do nothing. */
38 } 38 }
39 39
40 void
41 DUMMY_InitOSKeymap(_THIS)
42 {
43 /* do nothing. */
44 }
45
46 /* end of SDL_nullevents.c ... */
47 /* vi: set ts=4 sw=4 expandtab: */ 40 /* vi: set ts=4 sw=4 expandtab: */