Add system tray support (#10873)

This commit is contained in:
Semphriss 2024-12-24 13:36:39 -05:00 committed by GitHub
parent 17a029502a
commit 01b9b0edb7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
20 changed files with 3125 additions and 1 deletions

View file

@ -1208,6 +1208,27 @@ SDL3_0.0.0 {
SDL_RenderTextureAffine;
SDL_WaitAndAcquireGPUSwapchainTexture;
SDL_RenderDebugTextFormat;
SDL_CreateTray;
SDL_SetTrayIcon;
SDL_SetTrayTooltip;
SDL_CreateTrayMenu;
SDL_CreateTraySubmenu;
SDL_GetTrayMenu;
SDL_GetTraySubmenu;
SDL_GetTrayEntries;
SDL_RemoveTrayEntry;
SDL_InsertTrayEntryAt;
SDL_SetTrayEntryLabel;
SDL_GetTrayEntryLabel;
SDL_SetTrayEntryChecked;
SDL_GetTrayEntryChecked;
SDL_SetTrayEntryEnabled;
SDL_GetTrayEntryEnabled;
SDL_SetTrayEntryCallback;
SDL_DestroyTray;
SDL_GetTrayEntryParent;
SDL_GetTrayMenuParentEntry;
SDL_GetTrayMenuParentTray;
# extra symbols go here (don't modify this line)
local: *;
};