Mercurial > sdl-ios-xcode
log src/video/x11/SDL_x11shape.c @ 4807:c9eb95f29770
age | author | description |
---|---|---|
Thu, 22 Jul 2010 23:11:01 -0400 | Eli Gottlieb | Added color-key mode and redid the code to work with it. |
Sun, 18 Jul 2010 23:05:40 -0400 | Eli Gottlieb | Minor bugfixes. testshape now draws a shaped window with bizarre, pixellated gashes of transparency across it, and in doing so seems to hog a system resource and slow the rest of the video system down. |
Wed, 14 Jul 2010 00:49:28 -0400 | Eli Gottlieb | Numerous bug fixes that keep testeyes from crashing and dying. |
Tue, 13 Jul 2010 02:43:49 -0400 | Ryan C. Gordon | Check configure-defined macro before doing _anything_ with XShape. |
Tue, 13 Jul 2010 02:26:50 -0400 | Ryan C. Gordon | Make sure we have XShape symbols before we allow a shaped window. |
Sun, 11 Jul 2010 17:11:22 -0400 | Eli Gottlieb | Fixed a pair of syntax errors. |
Thu, 08 Jul 2010 22:52:49 -0400 | Eli Gottlieb | Ported over, to the best of my ability, the code for Win32 shaped windows and patched in the correct C syntax and coding conventions of SDL. |