Mercurial > sdl-ios-xcode
log src/video/SDL_shape.c @ 4782:b6930aefd008
age | author | description |
---|---|---|
Wed, 30 Jun 2010 16:19:44 -0400 | Eli Gottlieb | Finished X11 shaped-window functionality and removed ellipse+polygon rendering. |
Mon, 21 Jun 2010 23:08:10 -0400 | Eli Gottlieb | Added Andreas's fixes to the header and stub file for SDL_shape. |
Sat, 19 Jun 2010 23:10:57 -0400 | Eli Gottlieb | Replaced the model of treating a window's shape as a render target with treating a window's shape as a surface passed into an SDL_SetWindowShape() function. I'll send this off to Andreas and Sam and start coding. |
Thu, 10 Jun 2010 17:37:19 -0400 | Eli Gottlieb | Stubbed out the new get/set parameter functions, added the start of the enum, union, and struct for those parameters themselves, and added doxygen comments throughout the SDL_shape.h header. |