事件适配器

This commit is contained in:
2025-08-19 00:42:42 +08:00
parent 4252604c52
commit 36941aef25
7 changed files with 219 additions and 15 deletions

View File

@@ -54,7 +54,6 @@ typedef struct window_list_t {
} window_list_t;
window_list_t *scan_window_list(void);
void free_window_list(window_list_t *window_list);
void start_xcb_event_loop(void);
void clean_xcb(void);
bool get_xresource_uint32(const char *name, uint32_t *value);