comparison src/video/x11/SDL_x11events.c @ 75:b0ae59d0f3ee

Added patches from FreeBSD ports
author Sam Lantinga <slouken@lokigames.com>
date Tue, 19 Jun 2001 13:33:54 +0000
parents c3e9d4a623c1
children 2bddc38a9f5d
comparison
equal deleted inserted replaced
74:6e28dae59e3b 75:b0ae59d0f3ee
35 #include <X11/Xutil.h> 35 #include <X11/Xutil.h>
36 #include <X11/keysym.h> 36 #include <X11/keysym.h>
37 #ifdef __SVR4 37 #ifdef __SVR4
38 #include <X11/Sunkeysym.h> 38 #include <X11/Sunkeysym.h>
39 #endif 39 #endif
40 #include <sys/types.h>
40 #include <sys/time.h> 41 #include <sys/time.h>
42 #include <unistd.h>
41 43
42 #include "SDL.h" 44 #include "SDL.h"
43 #include "SDL_syswm.h" 45 #include "SDL_syswm.h"
44 #include "SDL_sysevents.h" 46 #include "SDL_sysevents.h"
45 #include "SDL_sysvideo.h" 47 #include "SDL_sysvideo.h"