mirror of
https://github.com/swaywm/sway.git
synced 2026-04-24 06:46:22 -04:00
Add move [container|window] [to] con_id <con_id>
This commit is contained in:
parent
471099d82e
commit
788ebe76aa
4 changed files with 35 additions and 2 deletions
|
|
@ -373,4 +373,9 @@ bool container_is_sticky_or_child(struct sway_container *con);
|
|||
*/
|
||||
int container_squash(struct sway_container *con);
|
||||
|
||||
bool container_has_con_id(struct sway_container *con, size_t *con_id);
|
||||
|
||||
/** Returns a container with the given con_id */
|
||||
struct sway_container *container_find_con_id(size_t *con_id);
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue