feat(backend/X11): 添加 _NET_SUPPORTING_WM_CHECK 兼容窗口

This commit is contained in:
2026-04-19 05:39:31 +08:00
parent 22cd362724
commit 92dcec0e79
2 changed files with 48 additions and 19 deletions

View File

@@ -15,6 +15,9 @@
X(WM_TAKE_FOCUS) \
X(_NET_ACTIVE_WINDOW) \
\
X(_NET_SUPPORTING_WM_CHECK) \
X(_NET_WM_PID) \
\
X(_NET_CLIENT_LIST) \
X(_NET_CLIENT_LIST_STACKING) \
\
@@ -59,4 +62,5 @@ struct backend_t {
/* When no window should take focus, then focus this window */
xcb_window_t window_no_focus;
xcb_window_t wm_check_window;
};