mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-03 09:01:40 -05:00
add wlr_cursor basic implementation
This commit is contained in:
parent
48fa59c22e
commit
e3d47376dc
7 changed files with 450 additions and 73 deletions
|
|
@ -93,6 +93,8 @@ struct tablet_pad_state {
|
|||
};
|
||||
|
||||
struct compositor_state {
|
||||
void (*input_add_cb)(struct compositor_state *compositor,
|
||||
struct wlr_input_device *device);
|
||||
void (*output_add_cb)(struct output_state *s);
|
||||
void (*keyboard_add_cb)(struct keyboard_state *s);
|
||||
void (*output_frame_cb)(struct output_state *s, struct timespec *ts);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue