implemented seat detach command

This commit is contained in:
madblobfish 2018-10-31 19:31:09 +01:00
parent f5190d1f79
commit afd66d63cc
7 changed files with 49 additions and 0 deletions

View file

@ -265,6 +265,7 @@ sway_cmd output_cmd_transform;
sway_cmd seat_cmd_attach;
sway_cmd seat_cmd_cursor;
sway_cmd seat_cmd_detach;
sway_cmd seat_cmd_fallback;
sway_cmd seat_cmd_hide_cursor;
sway_cmd seat_cmd_pointer_constraint;

View file

@ -571,6 +571,9 @@ struct seat_attachment_config *seat_config_get_attachment(
struct seat_config *store_seat_config(struct seat_config *seat);
void seat_config_remove_attachment(
struct seat_config *seat_config, char *identifier);
int output_name_cmp(const void *item, const void *data);
void output_get_identifier(char *identifier, size_t len,