Skip to content

output: introduce wlr_output_cursor_set_buffer

Simon Ser requested to merge emersion/wlroots:output-cursor-buffer into master

The goal here is to extend the wlr_output_cursor API just enough so that all of the wlr_surface-related functionality can be implemented externally, then later on move all of the wlr_surface-related functionality into wlr_cursor.

Merge request reports