Mercurial > sdl-ios-xcode
log test/common.h @ 5249:762e40fb8e28
age | author | description |
---|---|---|
Tue, 01 Feb 2011 19:19:43 -0800 | Sam Lantinga | The rendering functions take a context so it's clear what window they're drawing to. This also potentially opens to the door to multi-threaded rendering in the future. |
Wed, 14 Jul 2010 21:25:15 -0700 | Sam Lantinga | Added support for testing window manager icons |
Thu, 21 Jan 2010 06:21:52 +0000 | Sam Lantinga | Switched from SDL_WindowID and SDL_TextureID to SDL_Window* and SDL_Texture* for code simplicity and improved performance. |