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);