JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
root window and screen have to be in Monitor struct, we want side-by-side Xinerama...
[dwm.git] / dwm.c
diff --git a/dwm.c b/dwm.c
index b1a192d..fb6bcb8 100644 (file)
--- a/dwm.c
+++ b/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;