Mercurial > sdl-ios-xcode
diff src/video/SDL_shape.c @ 4827:5660aac926e9
Got basic, pre-actually-writing-anything Cocoa to build.
author | egottlieb |
---|---|
date | Tue, 03 Aug 2010 00:47:33 -0400 |
parents | 55f32099a4b5 |
children | 3dfe779900f5 |
line wrap: on
line diff
--- a/src/video/SDL_shape.c Mon Aug 02 23:58:22 2010 -0400 +++ b/src/video/SDL_shape.c Tue Aug 03 00:47:33 2010 -0400 @@ -27,7 +27,7 @@ #include "SDL_pixels.h" #include "SDL_surface.h" #include "SDL_shape.h" -#include "../src/video/SDL_shape_internals.h" +#include "SDL_shape_internals.h" SDL_Window* SDL_CreateShapedWindow(const char *title,unsigned int x,unsigned int y,unsigned int w,unsigned int h,Uint32 flags) { SDL_Window *result = SDL_CreateWindow(title,x,y,w,h,SDL_WINDOW_BORDERLESS | flags & !SDL_WINDOW_FULLSCREEN & !SDL_WINDOW_SHOWN);