Mercurial > sdl-ios-xcode
comparison src/video/x11/SDL_x11shape.c @ 4784:2878650e0dc9
Added SDL_x11shape.h and removed unnecessary header includes from SDL_x11shape.c. This should help Andreas and Sam to compile the new code.
author | Eli Gottlieb <eligottlieb@gmail.com> |
---|---|
date | Fri, 02 Jul 2010 12:05:47 -0400 |
parents | b6930aefd008 |
children | ef8b32ef9793 |
comparison
equal
deleted
inserted
replaced
4783:43826836b995 | 4784:2878650e0dc9 |
---|---|
18 | 18 |
19 Eli Gottlieb | 19 Eli Gottlieb |
20 eligottlieb@gmail.com | 20 eligottlieb@gmail.com |
21 */ | 21 */ |
22 | 22 |
23 #include <X11/Xos.h> | |
24 #include <X11/IntrinsicP.h> | |
25 #include <X11/StringDefs.h> | |
26 #include <X11/Xmu/Converters.h> | |
27 #include <X11/extensions/shape.h> | 23 #include <X11/extensions/shape.h> |
28 #include "SDL_x11shape.h" | 24 #include "SDL_x11shape.h" |
29 #include "SDL_x11window.h" | 25 #include "SDL_x11window.h" |
30 #include "SDL_x11video.h" | 26 #include "SDL_x11video.h" |
31 | 27 |