窗口 metadata 添加 role 字段

This commit is contained in:
2026-04-07 04:24:30 +08:00
parent 9728fad871
commit 5353e4c677
6 changed files with 30 additions and 8 deletions

View File

@@ -17,6 +17,7 @@ typedef struct window_info_t {
const char *title;
const char *app_id;
const char *role;
const char *class_name;
const char *instance_name;