Skip to content

xwayland: add a size-safe wrapper for xcb_send_event

Ilia Bozhinov requested to merge ammen99/wlroots:fix-send-event into master

xcb_send_event expects the caller to always provide 32 byte data, even if the actual event struct is smaller than that.

Reference: xorg/lib/libxcb#18

Merge request reports