diff options
author | Tony Crisci <tony@dubstepdish.com> | 2017-11-12 11:43:50 -0500 |
---|---|---|
committer | Tony Crisci <tony@dubstepdish.com> | 2017-11-15 08:34:48 -0500 |
commit | e5a31ae87054dacfbdea6ebf4ceba92dbd067e36 (patch) | |
tree | 7a1b19339e5fb38ddf0f80abb162e432959b3963 /include/rootston/cursor.h | |
parent | 0fe51b66e40e7016d42f00d539cbd3d382c2820c (diff) |
wlr-seat: basic touch
Diffstat (limited to 'include/rootston/cursor.h')
-rw-r--r-- | include/rootston/cursor.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/rootston/cursor.h b/include/rootston/cursor.h index f49b6439..b5af7de3 100644 --- a/include/rootston/cursor.h +++ b/include/rootston/cursor.h @@ -39,7 +39,6 @@ struct roots_cursor { uint32_t resize_edges; // Ring buffer of input events that could trigger move/resize/rotate int input_events_idx; - struct wl_list touch_points; struct roots_input_event input_events[16]; struct wl_listener motion; |