Merge branch 'cursor-priv' into 'master'

cursor: rename wlr_cursor_state to wlr_cursor_priv

See merge request wlroots/wlroots!4276
This commit is contained in:
Simon Ser 2023-07-28 17:49:50 +00:00
commit c8931d024e
2 changed files with 132 additions and 132 deletions

View file

@ -28,10 +28,10 @@ struct wlr_xcursor_manager;
*/
struct wlr_box;
struct wlr_cursor_state;
struct wlr_cursor_priv;
struct wlr_cursor {
struct wlr_cursor_state *state;
struct wlr_cursor_priv *priv;
double x, y;
/**