Added SDL_x11shape.h and removed unnecessary header includes from SDL_x11shape.c. This should help Andreas and Sam to compile the new code.

This commit is contained in:
Eli Gottlieb 2010-07-02 12:05:47 -04:00
parent 911e4c49b8
commit a50bf48eac

View file

@ -20,10 +20,6 @@
eligottlieb@gmail.com
*/
#include <X11/Xos.h>
#include <X11/IntrinsicP.h>
#include <X11/StringDefs.h>
#include <X11/Xmu/Converters.h>
#include <X11/extensions/shape.h>
#include "SDL_x11shape.h"
#include "SDL_x11window.h"