mirror of
https://github.com/swaywm/sway.git
synced 2026-04-30 06:46:24 -04:00
Got it to build.
This commit is contained in:
parent
46a53704ad
commit
a2896f33a4
55 changed files with 822 additions and 797 deletions
|
|
@ -43,7 +43,7 @@ struct config *init_config() {
|
|||
config->wrap_scroll = false;
|
||||
config->workspace_buttons = true;
|
||||
config->all_outputs = false;
|
||||
config->outputs = create_list();
|
||||
config->outputs = list_new(sizeof(char *), 0);
|
||||
|
||||
/* height */
|
||||
config->height = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue