core: 调整 window 状态修改接口实现方式

This commit is contained in:
2026-04-11 02:30:07 +08:00
parent 0c7fdf08df
commit 3a6525087d
3 changed files with 77 additions and 53 deletions

View File

@@ -13,6 +13,7 @@
*/
typedef struct window_info_t {
window_id_t id;
window_id_t transient_for;
rect_t frame_rect;
const char *title;