mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-05-01 11:34:40 +00:00
Restyle message boxes and add icon support to them on X11. (#13267)
This commit is contained in:
@@ -137,7 +137,7 @@ int main(int argc, char *argv[])
|
||||
quit(1);
|
||||
}
|
||||
|
||||
success = SDL_ShowSimpleMessageBox(SDL_MESSAGEBOX_ERROR,
|
||||
success = SDL_ShowSimpleMessageBox(SDL_MESSAGEBOX_WARNING,
|
||||
"Simple MessageBox",
|
||||
"This is a simple MessageBox with a newline:\r\nHello world!",
|
||||
NULL);
|
||||
|
||||
Reference in New Issue
Block a user