mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-09-29 14:38:29 +00:00
tray(Win32): re-add the tray icon upon taskbar restart (#13261)
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user