comparison src/video/dga/SDL_dgavideo.h @ 4056:6f7af895ab02 SDL-1.2

A better fix for building DGA code on Solaris 8, inspired by the NetBSD pkgsrc patch.
author Sam Lantinga <slouken@libsdl.org>
date Thu, 12 Jul 2007 08:05:19 +0000
parents 409974dedf2e
children 568c9b3c0167
comparison
equal deleted inserted replaced
4055:6ed1fded55ff 4056:6f7af895ab02
23 23
24 #ifndef _SDL_dgavideo_h 24 #ifndef _SDL_dgavideo_h
25 #define _SDL_dgavideo_h 25 #define _SDL_dgavideo_h
26 26
27 #include <X11/Xlib.h> 27 #include <X11/Xlib.h>
28 #include <X11/Xlibint.h>
28 #include <X11/Xproto.h> 29 #include <X11/Xproto.h>
29 30
30 #include "SDL_mouse.h" 31 #include "SDL_mouse.h"
31 #include "SDL_mutex.h" 32 #include "SDL_mutex.h"
32 #include "../SDL_sysvideo.h" 33 #include "../SDL_sysvideo.h"