mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-02 09:01:38 -05:00
Refactor out wlr_pointer_state
This commit is contained in:
parent
0a3246ad97
commit
53e7bebd23
6 changed files with 40 additions and 39 deletions
|
|
@ -48,7 +48,8 @@ struct wlr_wl_input_device {
|
|||
void *resource;
|
||||
};
|
||||
|
||||
struct wlr_pointer_state {
|
||||
struct wlr_wl_pointer {
|
||||
struct wlr_pointer wlr_pointer;
|
||||
enum wlr_axis_source axis_source;
|
||||
struct wlr_wl_backend_output *current_output;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue