Clean up cursor simulation code.

This commit is contained in:
Danny Bautista 2018-04-10 15:40:27 -04:00
parent 1edb2bd892
commit c355d680e9
2 changed files with 14 additions and 7 deletions

View file

@ -30,6 +30,7 @@ struct sway_cursor {
void sway_cursor_destroy(struct sway_cursor *cursor);
struct sway_cursor *sway_cursor_create(struct sway_seat *seat);
void cursor_send_pointer_motion(struct sway_cursor *cursor, uint32_t time);
void dispatch_cursor_button(struct sway_cursor *cursor, uint32_t time_msec, uint32_t button, enum wlr_button_state state);
void dispatch_cursor_button(struct sway_cursor *cursor, uint32_t time_msec,
uint32_t button, enum wlr_button_state state);
#endif