uint -> unsigned int
This commit is contained in:
parent
010eb89fe8
commit
af54c494fe
2 changed files with 4 additions and 4 deletions
|
|
@ -74,7 +74,7 @@ typedef struct osk_layout
|
|||
osk_keymap *keymap;
|
||||
osk_composenode * composemap;
|
||||
keysymdefs * keysymdefs;
|
||||
uint sizeofkeysymdefs;
|
||||
unsigned int sizeofkeysymdefs;
|
||||
SDL_Color bgcolor;
|
||||
SDL_Color fgcolor;
|
||||
} osk_layout;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue