about summary refs log tree commit diff stats
path: root/dwm.c
diff options
context:
space:
mode:
Diffstat (limited to 'dwm.c')
-rw-r--r--dwm.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/dwm.c b/dwm.c
index 547218a..259327d 100644
--- a/dwm.c
+++ b/dwm.c
@@ -174,7 +174,6 @@ void leavenotify(XEvent *e);
 void manage(Window w, XWindowAttributes *wa);
 void mappingnotify(XEvent *e);
 void maprequest(XEvent *e);
-void maximize(const char *arg);
 void movemouse(Client *c);
 Client *nexttiled(Client *c, Monitor *m);
 void propertynotify(XEvent *e);
@@ -1135,15 +1134,6 @@ maprequest(XEvent *e) {
 }
 
 void
-maximize(const char *arg) {
-/*
-	if(!sel || (!sel->isfloating && layout->arrange != floating))
-		return;
-	resize(sel, wax, way, waw - 2 * sel->border, wah - 2 * sel->border, True);
-*/
-}
-
-void
 movemouse(Client *c) {
 	int x1, y1, ocx, ocy, di, nx, ny;
 	unsigned int dui;
10ksloc.org <unknown> 2006-07-21 18:34:10 +0200 committer arg@10ksloc.org <unknown> 2006-07-21 18:34:10 +0200 some cleanups/fixes inspired by Jukka Salmi's feedback' href='/acidbong/suckless/dwm/commit/util.c?h=5.4.1&id=0464e42231199d7a6ea45e46cf7798f2b6cf972c'>0464e42 ^
39677ec ^

bf35794 ^
adaa28a ^
39677ec ^



dc5d967 ^
39677ec ^




39677ec ^
8f698bd ^

adaa28a ^
dc5d967 ^
adaa28a ^


849e631 ^
adaa28a ^


c47da14 ^
439e15d ^
9955ddc ^
dc5d967 ^
9955ddc ^



439e15d ^




16c67f3 ^
9955ddc ^

439e15d ^

0464e42 ^
439e15d ^


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
52
53
54
55
56
57
58
59
60
61
62
63
64
65