<div dir="ltr"><div><div><div><div>Hi<br><br></div>I try to set one 8-bit value for a property using xcb_input_xi_change_property_aux.<br></div><br>After calling the function I get:<br>With xcb & xcb-proto from git: xcb_out.c:271: xcb_send_request_with_fds64: Assertion `(longlen & 3) == 0' failed<br></div>With latest released versions: xcb_out.c:226: xcb_send_request: Assertion `(longlen & 3) == 0' failed.<br><br></div>Looks like it's an issue in xcb and not my code<br></div>