diff options
author | Drew DeVault <sir@cmpwn.com> | 2019-01-13 20:38:34 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-13 20:38:34 -0500 |
commit | 23ab56bbf746e7aa4a940caa343d447a969fa37e (patch) | |
tree | 087201fd4d39c3a551c925c4f5479311e10e6623 /include/sway/tree | |
parent | 08569aab36837bf1a43c9c7c8445aa13dc78a814 (diff) | |
parent | ed5aafd90bd850ad27dcb36ac4438ed926480394 (diff) | |
download | sway-23ab56bbf746e7aa4a940caa343d447a969fa37e.tar.xz |
Merge pull request #3402 from RyanDwyer/refactor-seatops
Refactor seat operations to use an interface
Diffstat (limited to 'include/sway/tree')
-rw-r--r-- | include/sway/tree/container.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/sway/tree/container.h b/include/sway/tree/container.h index 1d0a0ad1..9a432cb2 100644 --- a/include/sway/tree/container.h +++ b/include/sway/tree/container.h @@ -333,4 +333,6 @@ void container_add_mark(struct sway_container *container, char *mark); void container_update_marks_textures(struct sway_container *container); +void container_raise_floating(struct sway_container *con); + #endif |