feat(tray): 实现 tray_cleanup 并在 backend_destroy 中调用以释放托盘资源

This commit is contained in:
2026-07-25 01:07:49 +08:00
parent e7a0945a93
commit 3c5cfd3ead
3 changed files with 12 additions and 0 deletions

View File

@@ -15,3 +15,4 @@ void tray_init(
int32_t host_width,
int32_t host_height
);
void tray_cleanup(backend_t *backend);