fixed several other stuff, coming closer to something useful
This commit is contained in:
parent
83d23908d3
commit
896f08d7d5
5 changed files with 23 additions and 15 deletions
1
wm.h
1
wm.h
|
@ -25,6 +25,7 @@ struct Client {
|
|||
char name[256], tag[256];
|
||||
int proto;
|
||||
int x, y, w, h;
|
||||
int tx, ty, tw, th;
|
||||
int basew, baseh, incw, inch, maxw, maxh, minw, minh;
|
||||
long flags;
|
||||
Window win;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue