创建 WM_CHECK 窗口

This commit is contained in:
2025-12-14 16:21:56 +08:00
parent ef1f71e92f
commit 9594b84237
3 changed files with 30 additions and 2 deletions

View File

@@ -24,6 +24,7 @@ typedef struct wm_t {
xcb_connection_t *xcb_conn;
xcb_screen_t *screen;
xcb_key_symbols_t *key_symbols;
xcb_window_t wm_check_window;
int default_screen;
bool have_xfixes;
bool have_xinerama;