comparison src/video/dc/SDL_dcevents.c @ 1223:ba2d708ee116

Removed some incorrect comments in the "dc" driver that survived the initial cut-and-paste from the dummy video skeleton.
author Ryan C. Gordon <icculus@icculus.org>
date Wed, 04 Jan 2006 19:25:18 +0000
parents b8d311d90021
children c9b51268668f
comparison
equal deleted inserted replaced
1222:09c1408645df 1223:ba2d708ee116
27 27
28 #ifdef SAVE_RCSID 28 #ifdef SAVE_RCSID
29 static char rcsid = 29 static char rcsid =
30 "@(#) $Id$"; 30 "@(#) $Id$";
31 #endif 31 #endif
32
33 /* Being a null driver, there's no event stream. We just define stubs for
34 most of the API. */
35 32
36 #include "SDL.h" 33 #include "SDL.h"
37 #include "SDL_sysevents.h" 34 #include "SDL_sysevents.h"
38 #include "SDL_events_c.h" 35 #include "SDL_events_c.h"
39 #include "SDL_dcvideo.h" 36 #include "SDL_dcvideo.h"