mirror of
https://github.com/swaywm/sway.git
synced 2026-04-28 06:46:26 -04:00
implemented seat detach command
This commit is contained in:
parent
f5190d1f79
commit
afd66d63cc
7 changed files with 49 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue