窗口消失时清理对应的 client

This commit is contained in:
2025-08-23 00:28:35 +08:00
parent 69c69200d8
commit 2e75dbf75e
4 changed files with 57 additions and 7 deletions

View File

@@ -58,6 +58,7 @@ typedef struct map_request_event_t {
typedef struct unmap_notify_event_t {
event_type_t type;
xcb_window_t window;
} unmap_notify_event_t;
typedef struct destroy_notify_event_t {