aboutsummaryrefslogtreecommitdiffstats
path: root/sway/main.c
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2017-11-19 17:04:28 -0500
committerLibravatar Drew DeVault <sir@cmpwn.com>2017-11-19 17:04:28 -0500
commitdb4fb1c85c132e001fb1ae18f03f7585def1ae19 (patch)
tree91da84c9476e6ec34c65f3f8923961fd893fa721 /sway/main.c
parentMove everything to sway/old/ (diff)
downloadsway-db4fb1c85c132e001fb1ae18f03f7585def1ae19.tar.gz
sway-db4fb1c85c132e001fb1ae18f03f7585def1ae19.tar.zst
sway-db4fb1c85c132e001fb1ae18f03f7585def1ae19.zip
Add outputs to the tree
Diffstat (limited to 'sway/main.c')
-rw-r--r--sway/main.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/sway/main.c b/sway/main.c
index 5710a099..42262b05 100644
--- a/sway/main.c
+++ b/sway/main.c
@@ -16,10 +16,11 @@
16#include <sys/prctl.h> 16#include <sys/prctl.h>
17#endif 17#endif
18#include "sway/server.h" 18#include "sway/server.h"
19#include "sway/layout.h"
19#include "ipc-client.h" 20#include "ipc-client.h"
21#include "log.h"
20#include "readline.h" 22#include "readline.h"
21#include "stringop.h" 23#include "stringop.h"
22#include "log.h"
23#include "util.h" 24#include "util.h"
24 25
25static bool terminate_request = false; 26static bool terminate_request = false;
@@ -436,7 +437,7 @@ int main(int argc, char **argv) {
436 return 1; 437 return 1;
437 } 438 }
438 439
439 //init_layout(); 440 init_layout();
440 //ipc_init(); 441 //ipc_init();
441 442
442 //if (validate) { 443 //if (validate) {