comparison src/video/dga/SDL_dgavideo.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 cc6bea4bb90d
children e6c20cda4e28
comparison
equal deleted inserted replaced
4028:81837116ef59 4029:e7ec5ee35d54
24 /* DGA 2.0 based SDL video driver implementation. 24 /* DGA 2.0 based SDL video driver implementation.
25 */ 25 */
26 26
27 #include <stdio.h> 27 #include <stdio.h>
28 28
29 #define NEED_EVENTS
30 #define NEED_REPLIES
29 #include <X11/Xlib.h> 31 #include <X11/Xlib.h>
30 #include "../Xext/extensions/xf86dga.h" 32 #include "../Xext/extensions/xf86dga.h"
31 33
32 #include "SDL_video.h" 34 #include "SDL_video.h"
33 #include "SDL_mouse.h" 35 #include "SDL_mouse.h"