dwm.c
changeset 1073 c3e31814aecc
parent 1072 5a06b4b69479
child 1075 e3916ef44cf0
equal deleted inserted replaced
1072:5a06b4b69479 1073:c3e31814aecc
   117 } Regs;
   117 } Regs;
   118 
   118 
   119 typedef struct {
   119 typedef struct {
   120 	int id;
   120 	int id;
   121 	Window barwin;
   121 	Window barwin;
       
   122 //TODO: Window root;
       
   123 //TODO: int screen;
   122 	int sx, sy, sw, sh, wax, way, wah, waw;
   124 	int sx, sy, sw, sh, wax, way, wah, waw;
   123 	DC dc;
   125 	DC dc;
   124 	Bool *seltags;
   126 	Bool *seltags;
   125 	Bool *prevtags;
   127 	Bool *prevtags;
   126 	Layout *layout;
   128 	Layout *layout;