mirror of
https://github.com/swaywm/sway.git
synced 2025-11-06 13:29:50 -05:00
Add outputs to the tree
This commit is contained in:
parent
733993a651
commit
db4fb1c85c
8 changed files with 229 additions and 4 deletions
|
|
@ -16,10 +16,11 @@
|
|||
#include <sys/prctl.h>
|
||||
#endif
|
||||
#include "sway/server.h"
|
||||
#include "sway/layout.h"
|
||||
#include "ipc-client.h"
|
||||
#include "log.h"
|
||||
#include "readline.h"
|
||||
#include "stringop.h"
|
||||
#include "log.h"
|
||||
#include "util.h"
|
||||
|
||||
static bool terminate_request = false;
|
||||
|
|
@ -436,7 +437,7 @@ int main(int argc, char **argv) {
|
|||
return 1;
|
||||
}
|
||||
|
||||
//init_layout();
|
||||
init_layout();
|
||||
//ipc_init();
|
||||
|
||||
//if (validate) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue