Skip to content

cursor: rename wlr_cursor_state to wlr_cursor_priv

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

"state" is not very meaningful. "priv" makes it clearer that the struct contains all private state not exposed to API users.


This begs the question: do we want to continue with this priv pattern, or do we want to merge everything into a single struct?

Related: #1828

Merge request reports