mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2026-04-18 06:47:31 -04:00
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:
commit
c8931d024e
2 changed files with 132 additions and 132 deletions
|
|
@ -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;
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue