mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-05-25 14:09:10 +00:00
Add system tray support (#10873)
This commit is contained in:
parent
17a029502a
commit
01b9b0edb7
20 changed files with 3125 additions and 1 deletions
|
@ -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: *;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue