log src/video/x11/SDL_x11shape.c @ 4832:0c82f20327ec

age author description
Thu, 05 Aug 2010 00:53:38 -0400 egottlieb Correcting minor bugs and adding assertions to help me track down a NULL pointer bug in Cocoa code.
Sun, 01 Aug 2010 21:10:42 -0400 Eli Gottlieb Fixed a couple of bugs in the general and X11 shape code, and fixed a bug in testshape that was keeping it from recognizing surfaces without alpha. Thanks to Andreas's bit-bashing tip, X11 shaped windows now work entirely, AFAICT.
Mon, 26 Jul 2010 17:27:04 -0400 Eli Gottlieb Rejiggering the way shaped windows are created as preparation for OS X implementation. Fixed overdrive bug in test program that appears to have been introduced by someone other than myself.