log test/testnative.c @ 3704:9bc9ff36eb8f

age author description
2010-01-21 Sam Lantinga Switched from SDL_WindowID and SDL_TextureID to SDL_Window* and SDL_Texture* for code simplicity and improved performance.
2009-12-24 Sam Lantinga Added missing include for stdio
2009-12-23 Sam Lantinga Added SDL_RenderClear() as a fast method of clearing the screen to the drawing color.
2009-12-09 Sam Lantinga Added interfaces for batch drawing of points, lines and rects:
2009-02-09 Sam Lantinga Implemented Win32 version of the native window test
2009-02-09 Sam Lantinga Added test program for SDL_CreateWindowFrom()