mirror of
https://github.com/swaywm/sway.git
synced 2025-11-07 13:29:56 -05:00
parent
7ac770f3c0
commit
ae39d7b28c
7 changed files with 13 additions and 33 deletions
|
|
@ -57,7 +57,6 @@ struct sway_container *workspace_create(struct sway_container *output,
|
|||
workspace->name = !name ? NULL : strdup(name);
|
||||
workspace->prev_layout = L_NONE;
|
||||
workspace->layout = container_get_default_layout(output);
|
||||
workspace->workspace_layout = workspace->layout;
|
||||
|
||||
struct sway_workspace *swayws = calloc(1, sizeof(struct sway_workspace));
|
||||
if (!swayws) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue