Mercurial > sdl-ios-xcode
log include/SDL_shape.h @ 4774:90576a84d30d
age | author | description |
---|---|---|
Sat, 05 Jun 2010 15:01:40 -0400 | Eli Gottlieb | Updated SDL_shape.h by adding a line break... somehow it's not being tracked correctly.` |
Thu, 27 May 2010 16:44:35 -0400 | Eli Gottlieb | Added the standard headers and footers that make SDL_shape.h and SDL_shape.c integrate properly into the build. |
Tue, 25 May 2010 00:23:41 -0400 | Eli Gottlieb | Changed API for shaped windows to make it much, much simpler. A shaped window's shape mask is now accessed as a render target, which means we can get at it with blit and draw functions, as well as (most likely) OpenGL. |
Sun, 23 May 2010 01:27:09 -0400 | Eli Gottlieb | I'm actually going to have to alter this proposed API a fair bit, but it's coming along. I want to keep it as orthogonal to the rest of SDL as possible. |
Fri, 21 May 2010 17:28:12 -0400 | Eli Gottlieb | Moved SDL_shape.h, and building out the API as needed by SDL_Eyes. |