diff options
author | Drew DeVault <sir@cmpwn.com> | 2017-12-17 20:03:26 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-12-17 20:03:26 -0500 |
commit | 10c72f4bf6202bfce89e5a40b03475dd28cd68df (patch) | |
tree | 3c13e6a58f51e920e60ad57c033307eddca1fe23 /include/rootston/input.h | |
parent | 3363ea869a250a54214af93d6fc7cdc22f1fad9e (diff) | |
parent | 804c7a73a6d7af18e202109d331d1208af7f57d4 (diff) |
Merge pull request #487 from emersion/xwm-selection
xwm clipboard sync, 2nd edition
Diffstat (limited to 'include/rootston/input.h')
-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 |