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:
parent
985e330524
commit
40a734bca9
1 changed files with 2 additions and 0 deletions
2
dwm.c
2
dwm.c
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue