mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-09-28 05:58:29 +00:00
Add system tray support (#10873)
This commit is contained in:
@@ -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: *;
|
||||
};
|
||||
|
Reference in New Issue
Block a user