summaryrefslogtreecommitdiffstats
path: root/include/layout.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/layout.h')
-rw-r--r--include/layout.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/layout.h b/include/layout.h
index cb38a7b1..a3cf006a 100644
--- a/include/layout.h
+++ b/include/layout.h
@@ -47,6 +47,7 @@ void swap_geometry(swayc_t *a, swayc_t *b);
47 47
48void move_container(swayc_t* container, enum movement_direction direction); 48void move_container(swayc_t* container, enum movement_direction direction);
49void move_container_to(swayc_t* container, swayc_t* destination); 49void move_container_to(swayc_t* container, swayc_t* destination);
50void move_workspace_to(swayc_t* workspace, swayc_t* destination);
50 51
51// Layout 52// Layout
52void update_geometry(swayc_t *view); 53void update_geometry(swayc_t *view);