Merge pull request #487 from emersion/xwm-selection

xwm clipboard sync, 2nd edition
This commit is contained in:
Drew DeVault 2017-12-17 20:03:26 -05:00 committed by GitHub
commit 10c72f4bf6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 780 additions and 9 deletions

View file

@ -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