Xinqi Bao's Git
projects
/
dwm.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
raw
| inline |
side by side
fixed several other stuff, coming closer to something useful
[dwm.git]
/
wm.h
diff --git
a/wm.h
b/wm.h
index
a24b40d
..
fc07b5c
100644
(file)
--- a/
wm.h
+++ b/
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;