Add layout containers for new outputs

This commit is contained in:
Drew DeVault 2015-08-06 08:40:16 -04:00
parent 82bc36c681
commit c102f18499
4 changed files with 55 additions and 2 deletions

View file

@ -2,6 +2,7 @@
#include <stdlib.h>
#include <stdbool.h>
#include <wlc/wlc.h>
#include "layout.h"
#include "config.h"
#include "handlers.h"
@ -27,6 +28,7 @@ void load_config() {
int main(int argc, char **argv) {
load_config();
init_layout();
static struct wlc_interface interface = {
.output = {