comparison src/video/dga/SDL_dgaevents.c @ 4366:f00e178dfc9e SDL-1.2

Fixed bug #858 Fixed compiler warning
author Sam Lantinga <slouken@libsdl.org>
date Mon, 19 Oct 2009 10:03:16 +0000
parents a1b03ba2fcd0
children
comparison
equal deleted inserted replaced
4365:d91a8026e0aa 4366:f00e178dfc9e
25 25
26 #include <stdio.h> 26 #include <stdio.h>
27 #include <X11/Xlib.h> 27 #include <X11/Xlib.h>
28 #include "../Xext/extensions/xf86dga.h" 28 #include "../Xext/extensions/xf86dga.h"
29 29
30 #include "SDL_timer.h"
30 #include "../SDL_sysvideo.h" 31 #include "../SDL_sysvideo.h"
31 #include "../../events/SDL_events_c.h" 32 #include "../../events/SDL_events_c.h"
32 #include "SDL_dgavideo.h" 33 #include "SDL_dgavideo.h"
33 #include "SDL_dgaevents_c.h" 34 #include "SDL_dgaevents_c.h"
34 35