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>
This commit is contained in:
Pekka Paalanen 2019-12-03 16:23:45 +02:00
parent 0b147e4a36
commit e1246a80c3

View file

@ -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,