First feedback pass from acrisci

This commit is contained in:
Markus Ongyerth 2018-06-24 20:56:39 +02:00
parent 9313ac1068
commit 43b20bfea2
5 changed files with 30 additions and 20 deletions

View file

@ -137,7 +137,7 @@ void wlr_send_tablet_v2_tablet_tool_slider(
struct wlr_tablet_v2_tablet_tool *tool, double position);
void wlr_send_tablet_v2_tablet_tool_wheel(
struct wlr_tablet_v2_tablet_tool *tool, double delta, int32_t clicks);
struct wlr_tablet_v2_tablet_tool *tool, double degrees, int32_t clicks);
void wlr_send_tablet_v2_tablet_tool_proximity_out(
struct wlr_tablet_v2_tablet_tool *tool);