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
20 changed files with 3125 additions and 1 deletions

View File

@@ -81,6 +81,7 @@
#include <SDL3/SDL_thread.h>
#include <SDL3/SDL_time.h>
#include <SDL3/SDL_timer.h>
#include <SDL3/SDL_tray.h>
#include <SDL3/SDL_touch.h>
#include <SDL3/SDL_version.h>
#include <SDL3/SDL_video.h>