Parcourir la source

Sync SDL3 wiki -> header

[ci skip]
SDL Wiki Bot il y a 3 mois
Parent
commit
1701208f32
1 fichiers modifiés avec 3 ajouts et 3 suppressions
  1. 3 3
      include/SDL3/SDL_hints.h

+ 3 - 3
include/SDL3/SDL_hints.h

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