Register touch events in libtouch engine

This commit is contained in:
grahnen 2019-01-15 04:05:45 +01:00 committed by Samuel Grahn
parent 6a099a753e
commit bccc14e01b
2 changed files with 20 additions and 0 deletions

View file

@ -36,7 +36,10 @@ struct sway_cursor {
struct wl_listener axis;
struct wl_listener frame;
<<<<<<< HEAD
=======
>>>>>>> Register touch events in libtouch engine
struct libtouch_engine *gesture_engine;
struct wl_listener touch_down;
struct wl_listener touch_up;