diff options
author | Drew DeVault <sir@cmpwn.com> | 2016-10-12 21:26:12 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-10-12 21:26:12 -0400 |
commit | 15a67e57b07f7fe3b2fa69cae82f2a7e0cf00815 (patch) | |
tree | 5f80bbe3775f0e405895ab973c62f8bbd8ea1bf8 /include | |
parent | 857eea8b6355deff7a12edd8b733f8057210142a (diff) | |
parent | 4cba91803eb8c3c3ab4ebf22e94510b43f7a907d (diff) |
Merge pull request #954 from SirCmpwn/revert-945-workspace_layout
Revert "Fixes dealing with workspace_layout and related bugs [rfc]"
Diffstat (limited to 'include')
-rw-r--r-- | include/sway/container.h | 7 |
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 { enum swayc_types type; enum swayc_layouts layout; enum swayc_layouts prev_layout; - enum swayc_layouts workspace_layout; /** * Width and height of this container, without borders or gaps. @@ -322,10 +321,4 @@ void update_visibility(swayc_t *container); */ void close_views(swayc_t *container); -/** - * Assign layout to a container. Needed due to workspace container specifics. - * Workspace always needs L_HORIZ layout. - */ -swayc_t *swayc_change_layout(swayc_t *container, enum swayc_layouts layout); - #endif |