equal
deleted
inserted
replaced
367 * \brief A string specifying SDL's threads stack size in bytes or "0" for the backend's default size |
367 * \brief A string specifying SDL's threads stack size in bytes or "0" for the backend's default size |
368 * |
368 * |
369 * Use this hint in case you need to set SDL's threads stack size to other than the default. |
369 * Use this hint in case you need to set SDL's threads stack size to other than the default. |
370 * This is specially useful if you build SDL against a non glibc libc library (such as musl) which |
370 * This is specially useful if you build SDL against a non glibc libc library (such as musl) which |
371 * provides a relatively small default thread stack size (a few kilobytes versus the default 8MB glibc uses). |
371 * provides a relatively small default thread stack size (a few kilobytes versus the default 8MB glibc uses). |
372 * Support for this hint is currently available only in the pthread backend. |
372 * Support for this hint is currently available only in the pthread, Windows, and PSP backend. |
373 */ |
373 */ |
374 #define SDL_HINT_THREAD_STACK_SIZE "SDL_THREAD_STACK_SIZE" |
374 #define SDL_HINT_THREAD_STACK_SIZE "SDL_THREAD_STACK_SIZE" |
375 |
375 |
376 /** |
376 /** |
377 * \brief If set to 1, then do not allow high-DPI windows. ("Retina" on Mac and iOS) |
377 * \brief If set to 1, then do not allow high-DPI windows. ("Retina" on Mac and iOS) |