Mercurial > sdl-ios-xcode
log src/video/win32/SDL_win32shape.c @ 4849:0b918c186938
age | author | description |
---|---|---|
Sat, 14 Aug 2010 16:14:36 -0400 | egottlieb | Finally got the Win32 API code for shaping to work! Just need to fix SDL_CalculateShapeTree() now! |
Thu, 12 Aug 2010 18:17:15 -0400 | Eli Gottlieb | Added SDL_SetWindowPosition() call to SDL_SetWindowShape(), going to see what this does on Windows. |
Tue, 10 Aug 2010 15:39:46 -0400 | egottlieb | Switched over to poly-polygon region building and shape-tree traversal for Win32. |
Mon, 09 Aug 2010 15:41:33 -0400 | Eli Gottlieb | Merging branches. Will begin correcting mistakes introduced by merging. |
Mon, 09 Aug 2010 15:37:20 -0400 | Eli Gottlieb | Reformatting code to match the rest of SDL. Variable names seem OK; replaced tabs with 4 spaces each for indentation. |
Fri, 06 Aug 2010 20:22:14 -0400 | egottlieb | Fixed lots of little bugs in Win32 shaping and in SDL_CalculateShapeTree(). Still not actually showing anything on Windows, though there's no crashes and everything compiles fine. Bugger. |