mirror of
https://github.com/swaywm/sway.git
synced 2025-11-06 13:29:50 -05:00
Revert "Refactor tree"
This commit is contained in:
parent
6b7841b11f
commit
d0c7f66e95
39 changed files with 588 additions and 593 deletions
|
|
@ -18,7 +18,7 @@
|
|||
#include <wlr/util/log.h>
|
||||
#include "sway/config.h"
|
||||
#include "sway/server.h"
|
||||
#include "sway/tree/layout.h"
|
||||
#include "sway/layout.h"
|
||||
#include "sway/ipc-server.h"
|
||||
#include "ipc-client.h"
|
||||
#include "readline.h"
|
||||
|
|
@ -382,7 +382,7 @@ int main(int argc, char **argv) {
|
|||
|
||||
wlr_log(L_INFO, "Starting sway version " SWAY_VERSION);
|
||||
|
||||
layout_init();
|
||||
init_layout();
|
||||
|
||||
if (!server_init(&server)) {
|
||||
return 1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue