about summary refs log tree commit diff stats
path: root/dwm.h
diff options
context:
space:
mode:
Diffstat (limited to 'dwm.h')
-rw-r--r--dwm.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/dwm.h b/dwm.h
index 6fe9e15..a6af9ba 100644
--- a/dwm.h
+++ b/dwm.h
@@ -102,7 +102,9 @@ extern Layout *lt;
 extern Window root, barwin;
 
 /* client.c */
+extern void attach(Client *c);			/* attaches c to global client list */
 extern void configure(Client *c);		/* send synthetic configure event */
+extern void detach(Client *c);			/* detaches c from global client list */
 extern void focus(Client *c);			/* focus c, c may be NULL */
 extern void killclient(Arg arg);		/* kill c nicely */
 extern void manage(Window w, XWindowAttributes *wa);	/* manage new client */
e='author Anselm R. Garbe <garbeam@wmii.de> 2006-07-10 16:38:18 +0200 committer Anselm R. Garbe <garbeam@wmii.de> 2006-07-10 16:38:18 +0200 initial import' href='/acidbong/suckless/dwm/commit/LICENSE?h=5.4.1&id=1076f2b6b3d3751d5d5db6fcb9ac8c247e04e893'>1076f2b
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