Handle tablet motion in example compositor

This commit is contained in:
Drew DeVault 2017-09-21 18:30:04 -04:00
parent 446adda1a3
commit d558745633
3 changed files with 39 additions and 2 deletions

View file

@ -107,6 +107,6 @@ void wlr_seat_pointer_send_motion(struct wlr_seat *wlr_seat, uint32_t time,
* button event are surface-local.
*/
void wlr_seat_pointer_send_button(struct wlr_seat *wlr_seat, uint32_t time,
uint32_t button, enum wlr_button_state state);
uint32_t button, uint32_t state);
#endif