diff src/video/SDL_leaks.h @ 5159:307ccc9c135e

Made it possible to create a texture of any format, even if not supported by the renderer. This allows me to reduce the set of formats supported by the renderers to the most optimal set, for a nice speed boost.
author Sam Lantinga <slouken@libsdl.org>
date Thu, 03 Feb 2011 00:19:40 -0800
parents f7b03b6838cb
children
line wrap: on
line diff
--- a/src/video/SDL_leaks.h	Wed Feb 02 22:55:12 2011 -0800
+++ b/src/video/SDL_leaks.h	Thu Feb 03 00:19:40 2011 -0800
@@ -29,4 +29,5 @@
 #ifdef CHECK_LEAKS
 extern int surfaces_allocated;
 #endif
+
 /* vi: set ts=4 sw=4 expandtab: */