comparison src/video/x11/SDL_x11shape.c @ 4833:34fb492cefe3

Shaped windows for Cocoa build and testshape runs, but the actual shaping doesn't work. Something, however, is definitely happening, because we get the backgrounds drawn in two different colors.
author egottlieb
date Thu, 05 Aug 2010 01:03:24 -0400
parents 0c82f20327ec
children 05d172e92b52
comparison
equal deleted inserted replaced
4832:0c82f20327ec 4833:34fb492cefe3
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) {