Skip to content

cursor: fix initial cursor position for new outputs

Simon Ser requested to merge emersion/wlroots:cursor-initial-pos into master

The fresh new wlr_output_cursor is positioned at (0, 0).

Call wlr_output_cursor_move() after creating the wlr_output_cursor to fix this.

Closes: #3777 (closed)

Merge request reports