xwm: debug _XWAYLAND_ALLOW_COMMITS

Print the changes to the debug scope, helping to figure out why Xwayland is or
is not committing.

Signed-off-by: Pekka Paalanen <pekka.paalanen@collabora.com>
dev
Pekka Paalanen 5 years ago
parent 0b147e4a36
commit e1246a80c3
  1. 3
      xwayland/window-manager.c

@ -952,6 +952,9 @@ weston_wm_window_set_allow_commits(struct weston_wm_window *window, bool allow)
assert(window->frame_id != XCB_WINDOW_NONE);
wm_printf(wm, "XWM: window %d set _XWAYLAND_ALLOW_COMMITS = %s\n",
window->id, allow ? "true" : "false");
property[0] = allow ? 1 : 0;
xcb_change_property(wm->conn,

Loading…
Cancel
Save