aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorFurkan Sahin <furkan-dev@proton.me>2019-07-08 22:29:04 +0200
committerFurkan Sahin <furkan-dev@proton.me>2019-07-08 22:29:04 +0200
commit227984d44c7dad19c1d35b8cbd940e068c5160d5 (patch)
tree1014b90ce73873ed0a4a1cf0e2d5c4612a1c691d /include
parent34e990ea7351c6913b42bb49006cceeeb0d93410 (diff)
Make mouse drag in tiled mode swap containers if no edge is selected
Now the highlighted center area of containers triggers a swap action instead of moving around the containers.
Diffstat (limited to 'include')
-rw-r--r--include/sway/tree/container.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/sway/tree/container.h b/include/sway/tree/container.h
index 8448d705..adeb85ae 100644
--- a/include/sway/tree/container.h
+++ b/include/sway/tree/container.h
@@ -326,6 +326,8 @@ void container_detach(struct sway_container *child);
void container_replace(struct sway_container *container,
struct sway_container *replacement);
+void container_swap(struct sway_container *con1, struct sway_container *con2);
+
struct sway_container *container_split(struct sway_container *child,
enum sway_container_layout layout);