comparison src/video/dga/SDL_dgaevents.c @ 4029:e7ec5ee35d54 SDL-1.2

Merged some patches from NetBSD pkgsrc: Added two patches for Solaris 8. The X11 implementation does not define the xEvent structure unless NEED_EVENTS is defined.
author Sam Lantinga <slouken@libsdl.org>
date Tue, 10 Jul 2007 04:47:08 +0000
parents cbad710a6509
children e6c20cda4e28
comparison
equal deleted inserted replaced
4028:81837116ef59 4029:e7ec5ee35d54
22 #include "SDL_config.h" 22 #include "SDL_config.h"
23 23
24 /* Handle the event stream, converting DGA events into SDL events */ 24 /* Handle the event stream, converting DGA events into SDL events */
25 25
26 #include <stdio.h> 26 #include <stdio.h>
27 #define NEED_EVENTS
28 #define NEED_REPLIES
27 #include <X11/Xlib.h> 29 #include <X11/Xlib.h>
28 #include "../Xext/extensions/xf86dga.h" 30 #include "../Xext/extensions/xf86dga.h"
29 31
30 #include "../SDL_sysvideo.h" 32 #include "../SDL_sysvideo.h"
31 #include "../../events/SDL_events_c.h" 33 #include "../../events/SDL_events_c.h"