From b0683874e98a2dab7cc73734355bb8e0ad656113 Mon Sep 17 00:00:00 2001 From: Tony Crisci Date: Wed, 22 Nov 2017 08:10:06 -0500 Subject: xwm: send selection data --- include/rootston/input.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/rootston/input.h') diff --git a/include/rootston/input.h b/include/rootston/input.h index 0af48577..726dda24 100644 --- a/include/rootston/input.h +++ b/include/rootston/input.h @@ -28,4 +28,6 @@ struct roots_seat *input_seat_from_wlr_seat(struct roots_input *input, bool input_view_has_focus(struct roots_input *input, struct roots_view *view); +struct roots_seat *input_get_seat(struct roots_input *input, char *name); + #endif -- cgit v1.2.3