mirror of
https://github.com/swaywm/sway.git
synced 2025-11-05 13:29:51 -05:00
parent
7ac770f3c0
commit
ae39d7b28c
7 changed files with 13 additions and 33 deletions
|
|
@ -78,7 +78,6 @@ struct sway_container *container_create(enum sway_container_type type) {
|
|||
}
|
||||
c->id = next_id++;
|
||||
c->layout = L_NONE;
|
||||
c->workspace_layout = L_NONE;
|
||||
c->type = type;
|
||||
c->alpha = 1.0f;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue