Xinqi Bao's Git
projects
/
dwm.git
/ diff
summary
|
log
|
commit
|
diff
|
tree
raw
|
patch
|
inline
| side by side (parent:
352cae4
)
fixing missing extern declars in dwm.h for {de,at}tach()
author
Anselm R. Garbe <
[email protected]
>
Thu, 22 Feb 2007 07:02:04 +0000
(08:02 +0100)
committer
Anselm R. Garbe <
[email protected]
>
Thu, 22 Feb 2007 07:02:04 +0000
(08:02 +0100)
dwm.h
diff
|
blob
|
history
diff --git
a/dwm.h
b/dwm.h
index
6fe9e15
..
a6af9ba
100644
(file)
--- a/
dwm.h
+++ b/
dwm.h
@@
-102,7
+102,9
@@
extern Layout *lt;
extern Window root, barwin;
/* client.c */
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 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 */
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 */