diff options
author | Tony Crisci <tony@dubstepdish.com> | 2017-11-22 08:10:06 -0500 |
---|---|---|
committer | Tony Crisci <tony@dubstepdish.com> | 2017-11-22 08:10:06 -0500 |
commit | b0683874e98a2dab7cc73734355bb8e0ad656113 (patch) | |
tree | 810f987a840d25b302d235129aa37185b5283522 /include/rootston | |
parent | ea6f77b4840f8a282f645f8ceb3fdd7b72d6af65 (diff) |
xwm: send selection data
Diffstat (limited to 'include/rootston')
-rw-r--r-- | include/rootston/input.h | 2 |
1 files changed, 2 insertions, 0 deletions
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 |