Skip to content

Commit

Permalink
Updated documentation of SDL_HINT_THREAD_STACK_SIZE in header file.
Browse files Browse the repository at this point in the history
  • Loading branch information
philippwiesemann committed May 5, 2016
1 parent b1ce379 commit 63f2ec8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/SDL_hints.h
Expand Up @@ -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"

Expand Down

0 comments on commit 63f2ec8

Please sign in to comment.