mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-06 06:34:35 +00:00
X11TK: Introduce Thai support and rewrite/cleanup messagebox positioning code (#14474)
This commit is contained in:
parent
92eaa34277
commit
36976ecb43
10 changed files with 840 additions and 441 deletions
|
|
@ -164,6 +164,11 @@ int main(int argc, char *argv[])
|
|||
quit(1);
|
||||
}
|
||||
|
||||
success = SDL_ShowSimpleMessageBox(0,
|
||||
"No icon",
|
||||
"This is a MessageBox with no icon!",
|
||||
NULL);
|
||||
|
||||
/* Google says this is Traditional Chinese for "beef with broccoli" */
|
||||
success = SDL_ShowSimpleMessageBox(SDL_MESSAGEBOX_ERROR,
|
||||
"UTF-8 Simple MessageBox",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue