tray(Win32): re-add the tray icon upon taskbar restart (#13261)

This commit is contained in:
g9wp
2025-09-22 21:47:25 +08:00
committed by GitHub
parent fc648e5546
commit aef05d8750
3 changed files with 64 additions and 2 deletions

View File

@@ -20,6 +20,8 @@
*/
#include "SDL_internal.h"
#define SDL_PROP_TRAY_CLEANUP "SDL.internal.tray.cleanup"
extern void SDL_RegisterTray(SDL_Tray *tray);
extern void SDL_UnregisterTray(SDL_Tray *tray);
extern void SDL_CleanupTrays(void);