Sync SDL3 wiki -> header

[ci skip]
This commit is contained in:
SDL Wiki Bot
2024-12-27 17:25:19 +00:00
parent 622c3ebb94
commit 1701208f32

View File

@@ -2775,9 +2775,9 @@ extern "C" {
* - "1": SDL will send a quit event when the last window is requesting to * - "1": SDL will send a quit event when the last window is requesting to
* close. (default) * close. (default)
* *
* If there is at least one active system tray icon, SDL_EVENT_QUIT will instead * If there is at least one active system tray icon, SDL_EVENT_QUIT will
* be sent when both the last window will be closed and the last tray icon will * instead be sent when both the last window will be closed and the last tray
* be destroyed. * icon will be destroyed.
* *
* This hint can be set anytime. * This hint can be set anytime.
* *