comparison src/video/x11/SDL_x11mouse.c @ 1361:19418e4422cb

New configure-based build system. Still work in progress, but much improved
author Sam Lantinga <slouken@libsdl.org>
date Thu, 16 Feb 2006 10:11:48 +0000
parents c71e05b4dc2e
children c0a74f199ecf
comparison
equal deleted inserted replaced
1360:70a9cfb4cf1b 1361:19418e4422cb
22 22
23 #include <X11/Xlib.h> 23 #include <X11/Xlib.h>
24 #include <X11/Xutil.h> 24 #include <X11/Xutil.h>
25 25
26 #include "SDL_mouse.h" 26 #include "SDL_mouse.h"
27 #include "SDL_events_c.h" 27 #include "../../events/SDL_events_c.h"
28 #include "SDL_cursor_c.h" 28 #include "../SDL_cursor_c.h"
29 #include "SDL_x11dga_c.h" 29 #include "SDL_x11dga_c.h"
30 #include "SDL_x11mouse_c.h" 30 #include "SDL_x11mouse_c.h"
31 31
32 32
33 /* The implementation dependent data for the window manager cursor */ 33 /* The implementation dependent data for the window manager cursor */