all repos — dwm @ 40a734bca913f45d018c668589395a7248dcf524

my dwm build

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)
anselm@anselm1 unknown
Fri, 21 Dec 2007 20:45:46 +0000
commit

40a734bca913f45d018c668589395a7248dcf524

parent

985e3305249987739867f33879ddbb8bc3028e00

1 files changed, 2 insertions(+), 0 deletions(-)

jump to
M dwm.cdwm.c

@@ -119,6 +119,8 @@

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;