mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-04-04 22:59:49 +00:00
X11TK: Introduce Thai support and rewrite/cleanup messagebox positioning code (#14474)
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user