From ee4e2e7da3511a4cfb3c166bba226f011778b889 Mon Sep 17 00:00:00 2001 From: Some Chinese Guy Date: Tue, 7 Apr 2020 12:03:13 +0300 Subject: [PATCH] moved touch_id to touch section --- include/slurp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/slurp.h b/include/slurp.h index 8d411bb..18895da 100644 --- a/include/slurp.h +++ b/include/slurp.h @@ -84,7 +84,6 @@ struct slurp_seat { int32_t anchor_x, anchor_y; struct slurp_box selection; bool has_selection; - int32_t touch_id; // pointer: struct wl_pointer *wl_pointer; @@ -92,6 +91,7 @@ struct slurp_seat { // touch: struct wl_touch *wl_touch; + int32_t touch_id; }; bool box_intersect(const struct slurp_box *a, const struct slurp_box *b);