Fixed swizzle of SDL_FillRect() on 24-bit surface (thanks, "nagydavid91"!).
Fixes Bugzilla #2986.
4 * Header with miscellaneous helper functions.
7 #ifndef _SDL_visualtest_mischelper_h
8 #define _SDL_visualtest_mischelper_h
10 /* Set up for C function definitions, even when using C++ */
16 * Stores a 32 digit hexadecimal string representing the MD5 hash of the
17 * string \c str in \c hash.
19 void SDLVisualTest_HashString(char* str, char hash[33]);
21 /* Ends C function definitions when using C++ */
26 #endif /* _SDL_visualtest_mischelper_h */