1
0
Fork 0
mirror of https://github.com/yshui/picom.git synced 2024-11-03 04:33:49 -05:00

wm: make desync with the X server louder

Signed-off-by: Yuxuan Shui <yshuiv7@gmail.com>
This commit is contained in:
Yuxuan Shui 2024-06-22 22:51:22 +01:00
parent 0dc3e97249
commit ae73f45ad9
No known key found for this signature in database
GPG key ID: D3A4405BE6CC17F4

View file

@ -352,7 +352,7 @@ static bool wm_complete_import_subtree(struct wm *wm, struct x_connection *c,
xcb_query_tree_reply_t *tree = XCB_AWAIT(xcb_query_tree, c->c, curr->id.x);
if (!tree) {
log_debug("Disappearing window subtree rooted at %#010x. We are "
log_error("Disappearing window subtree rooted at %#010x. We are "
"out-of-sync.",
curr->id.x);
out_of_sync = true;