Skip to content

xwm: supply wlr_xwayland pointer to user_event_handler callback

Previously it was supplying a pointer to private struct wlr_xwm which was useless for compositors. The wlr_xwayland pointer in contrast does have a generic data field and thus can be used by compositors to attach their own pointer.

Merge request reports