re-implement assigning windows to workspaces

This commit is contained in:
Michael Stapelberg
2011-05-02 23:29:26 +02:00
parent 7e51f626ef
commit 3d1acd6c2f
9 changed files with 84 additions and 49 deletions

View File

@ -11,7 +11,6 @@
#include <stdio.h>
#include <string.h>
#include <stdint.h>
#include "cfgparse.tab.h"
#include <xcb/xcb.h>
#include "data.h"
@ -19,6 +18,8 @@
#include "log.h"
#include "util.h"
#include "cfgparse.tab.h"
int yycolumn = 1;
#define YY_DECL int yylex (struct context *context)