Skip to content

Commit

Permalink
moved touch_id to touch section
Browse files Browse the repository at this point in the history
  • Loading branch information
gg-rewrite committed Apr 7, 2020
1 parent 585646d commit ee4e2e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/slurp.h
Original file line number Diff line number Diff line change
Expand Up @@ -84,14 +84,14 @@ 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;
enum wl_pointer_button_state button_state;

// touch:
struct wl_touch *wl_touch;
int32_t touch_id;
};

bool box_intersect(const struct slurp_box *a, const struct slurp_box *b);
Expand Down

0 comments on commit ee4e2e7

Please sign in to comment.