mirror of
https://github.com/Relintai/sdl2_frt.git
synced 2025-03-07 16:56:59 +01:00
SDL_string.c: added comments to three SDL_FormatInfo members.
This commit is contained in:
parent
bc6c199790
commit
ffc19ee255
@ -1360,9 +1360,9 @@ typedef enum
|
|||||||
|
|
||||||
typedef struct
|
typedef struct
|
||||||
{
|
{
|
||||||
SDL_bool left_justify;
|
SDL_bool left_justify; /* for now: ignored. */
|
||||||
SDL_bool force_sign;
|
SDL_bool force_sign; /* for now: used only by float printer, ignored otherwise. */
|
||||||
SDL_bool force_type;
|
SDL_bool force_type; /* for now: used only by float printer, ignored otherwise. */
|
||||||
SDL_bool pad_zeroes;
|
SDL_bool pad_zeroes;
|
||||||
SDL_letter_case force_case;
|
SDL_letter_case force_case;
|
||||||
int width;
|
int width;
|
||||||
|
Loading…
Reference in New Issue
Block a user