core: 定义核心事件数据模型并更新其文档

This commit is contained in:
2026-03-21 02:51:43 +08:00
parent 4c96f2a1db
commit 931dc3d8d5
22 changed files with 1204 additions and 220 deletions

View File

@@ -10,8 +10,8 @@
#include <xcb/xproto.h>
#include "core/backend.h"
#include "core/wm_desc.h"
#include "utils.h"
#include "wm_desc.h"
struct wm_backend_t {
xcb_connection_t *conn;