equal
deleted
inserted
replaced
19 Eli Gottlieb |
19 Eli Gottlieb |
20 eligottlieb@gmail.com |
20 eligottlieb@gmail.com |
21 */ |
21 */ |
22 |
22 |
23 #include "SDL_assert.h" |
23 #include "SDL_assert.h" |
24 #include "SDL_malloc.h" |
|
25 #include "SDL_x11video.h" |
24 #include "SDL_x11video.h" |
26 #include "SDL_x11shape.h" |
25 #include "SDL_x11shape.h" |
27 #include "SDL_x11window.h" |
26 #include "SDL_x11window.h" |
28 |
27 |
29 SDL_Window* X11_CreateShapedWindow(const char *title,unsigned int x,unsigned int y,unsigned int w,unsigned int h,Uint32 flags) { |
28 SDL_Window* X11_CreateShapedWindow(const char *title,unsigned int x,unsigned int y,unsigned int w,unsigned int h,Uint32 flags) { |