Integrate libtouch into sway and cursor.(c|h)

This commit is contained in:
grahnen 2019-01-15 03:45:04 +01:00 committed by Samuel Grahn
parent 642d7fd8ec
commit 6a099a753e
4 changed files with 20 additions and 4 deletions

View file

@ -36,6 +36,8 @@ struct sway_cursor {
struct wl_listener axis;
struct wl_listener frame;
struct libtouch_engine *gesture_engine;
struct wl_listener touch_down;
struct wl_listener touch_up;
struct wl_listener touch_motion;