From b0b12b3b09fe96dc7f9545c014adca79cd73530d Mon Sep 17 00:00:00 2001 From: SDL Wiki Bot Date: Mon, 21 Jul 2025 16:55:47 +0000 Subject: [PATCH] Sync SDL3 wiki -> header [ci skip] --- include/SDL3/SDL_tray.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/include/SDL3/SDL_tray.h b/include/SDL3/SDL_tray.h index 8d2c7b1bb1..ec7adfcf7f 100644 --- a/include/SDL3/SDL_tray.h +++ b/include/SDL3/SDL_tray.h @@ -99,15 +99,15 @@ typedef void (SDLCALL *SDL_TrayCallback)(void *userdata, SDL_TrayEntry *entry); /** * Check whether or not tray icons can be created. * - * Note that this function does not guarantee that SDL_CreateTray() will or will - * not work; you should still check SDL_CreateTray() for errors. + * Note that this function does not guarantee that SDL_CreateTray() will or + * will not work; you should still check SDL_CreateTray() for errors. * * Using tray icons require the video subsystem. * * \returns true if trays are available, false otherwise. * - * \threadsafety This function should only be called on the main thread. It will - * return false if not called on the main thread. + * \threadsafety This function should only be called on the main thread. It + * will return false if not called on the main thread. * * \since This function is available since SDL 3.4.0. *