程序结束时清理 xcb 模块环境

This commit is contained in:
2025-08-07 19:44:25 +08:00
parent 645d6594b8
commit d82081ca71
3 changed files with 21 additions and 0 deletions

View File

@@ -22,3 +22,4 @@ 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 clean_xcb(void);