Skip to content

cursor: send surface scale events

Simon Ser requested to merge emersion/wlroots:cursor-scale-events into master

wlr_cursor is responsible for sending enter/leave events, but doesn't send fractional-scale-v1 and wl_surface.preferred_buffer_scale events. This is not an easy thing to do from a compositor, so let's just do it in wlr_cursor itself.

Merge request reports