处理 clientmessage 事件和全屏窗口

This commit is contained in:
2025-08-26 00:42:19 +08:00
parent b28c9cd58b
commit f225dc7011
8 changed files with 104 additions and 7 deletions

View File

@@ -285,6 +285,7 @@ void free_window_list(window_list_t *window_list) {
}
void clean_xcb(void) {
focus_window(XCB_WINDOW_NONE);
clean_xcb_cursor();
clean_ewmh_extension();
xcb_disconnect(conn);