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

@@ -2,8 +2,6 @@
#include <stddef.h>
#include "core/types.h"
/* Internal semantic window types mapped from backend-specific protocols. */
typedef enum window_type_t {
ZDWM_WINDOW_TYPE_NORMAL = 0,