Implement Xinerama (workspaces have a specific screen)

This commit is contained in:
Michael Stapelberg
2009-02-15 01:58:09 +01:00
parent feaef42694
commit 09cd7bd2d0
11 changed files with 319 additions and 107 deletions

View File

@ -9,6 +9,7 @@
*
*/
#include <stdbool.h>
#include "data.h"
#ifndef _TABLE_H