Commit 63f2ec8e570cbeaacbc483dcc60789466a1ffe4e

Philipp Wiesemann 2016-05-05T22:04:16

Updated documentation of SDL_HINT_THREAD_STACK_SIZE in header file.

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/include/SDL_hints.h b/include/SDL_hints.h
index 068ffec..36b9318 100644
--- a/include/SDL_hints.h
+++ b/include/SDL_hints.h
@@ -369,7 +369,7 @@ extern "C" {
 *  Use this hint in case you need to set SDL's threads stack size to other than the default.
 *  This is specially useful if you build SDL against a non glibc libc library (such as musl) which
 *  provides a relatively small default thread stack size (a few kilobytes versus the default 8MB glibc uses).
-*  Support for this hint is currently available only in the pthread backend.
+*  Support for this hint is currently available only in the pthread, Windows, and PSP backend.
 */
 #define SDL_HINT_THREAD_STACK_SIZE              "SDL_THREAD_STACK_SIZE"