summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2016-10-12 21:26:06 -0400
committerLibravatar GitHub <noreply@github.com>2016-10-12 21:26:06 -0400
commit4cba91803eb8c3c3ab4ebf22e94510b43f7a907d (patch)
tree5f80bbe3775f0e405895ab973c62f8bbd8ea1bf8 /include
parentMerge pull request #952 from SirCmpwn/revert-948-floating-titlebar-click (diff)
downloadsway-4cba91803eb8c3c3ab4ebf22e94510b43f7a907d.tar.gz
sway-4cba91803eb8c3c3ab4ebf22e94510b43f7a907d.tar.zst
sway-4cba91803eb8c3c3ab4ebf22e94510b43f7a907d.zip
Revert "Fixes dealing with workspace_layout and related bugs [rfc]"
Diffstat (limited to 'include')
-rw-r--r--include/sway/container.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/include/sway/container.h b/include/sway/container.h
index 90825a49..5e251885 100644
--- a/include/sway/container.h
+++ b/include/sway/container.h
@@ -68,7 +68,6 @@ struct sway_container {
68 enum swayc_types type; 68 enum swayc_types type;
69 enum swayc_layouts layout; 69 enum swayc_layouts layout;
70 enum swayc_layouts prev_layout; 70 enum swayc_layouts prev_layout;
71 enum swayc_layouts workspace_layout;
72 71
73 /** 72 /**
74 * Width and height of this container, without borders or gaps. 73 * Width and height of this container, without borders or gaps.
@@ -322,10 +321,4 @@ void update_visibility(swayc_t *container);
322 */ 321 */
323void close_views(swayc_t *container); 322void close_views(swayc_t *container);
324 323
325/**
326 * Assign layout to a container. Needed due to workspace container specifics.
327 * Workspace always needs L_HORIZ layout.
328 */
329swayc_t *swayc_change_layout(swayc_t *container, enum swayc_layouts layout);
330
331#endif 324#endif