about summary refs log tree commit diff stats
path: root/wm.h
diff options
context:
space:
mode:
Diffstat (limited to 'wm.h')
-rw-r--r--wm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/wm.h b/wm.h
index a24b40d..fc07b5c 100644
--- 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;
2006-08-01 12:32:33 +0200 applied Sanders patches' href='/acidbong/suckless/dwm/commit/README?h=6.4&id=7b5638f61d5c8b5a76bc3f7a5962cb7490da3b6b'>7b5638f ^
1076f2b
5d3fd37 ^
1076f2b



60adbab ^


1076f2b
650a1fb ^
01a8d44 ^
650a1fb ^
1076f2b
650a1fb ^
1076f2b
650a1fb ^
1076f2b

650a1fb ^
1076f2b
eff4478 ^
1076f2b
7b5638f ^

98c6a92 ^
1147546 ^
98c6a92 ^
c99fe7d ^
6d209b9 ^
6784429 ^
98c6a92 ^
7b5638f ^
1076f2b

dc5c070 ^

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51