root window and screen have to be in Monitor struct, we want side-by-side Xinerama and Multihead support (only Xinerama when enabled and present)

This commit is contained in:
anselm@anselm1 2007-12-21 20:45:46 +00:00
parent 985e330524
commit 40a734bca9
1 changed files with 2 additions and 0 deletions

2
dwm.c
View File

@ -119,6 +119,8 @@ typedef struct {
typedef struct {
int id;
Window barwin;
//TODO: Window root;
//TODO: int screen;
int sx, sy, sw, sh, wax, way, wah, waw;
DC dc;
Bool *seltags;