Introduction
Introduction Statistics Contact Development Disclaimer Help
tfixing missing extern declars in dwm.h for {de,at}tach() - dwm - [fork] custom…
git clone git://src.adamsgaard.dk/dwm
Log
Files
Refs
README
LICENSE
---
commit 6ee9f1345760f320dd76c713754ba2a70669bedd
parent 352cae4380713949d3800ebcda7aff3bb5ab9efc
Author: Anselm R. Garbe <[email protected]>
Date: Thu, 22 Feb 2007 08:02:04 +0100
fixing missing extern declars in dwm.h for {de,at}tach()
Diffstat:
M dwm.h | 2 ++
1 file changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/dwm.h b/dwm.h
t@@ -102,7 +102,9 @@ extern Layout *lt;
extern Window root, barwin;
/* client.c */
+extern void attach(Client *c); /* attaches c to global …
extern void configure(Client *c); /* send synthetic configure e…
+extern void detach(Client *c); /* detaches c from globa…
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 clie…
You are viewing proxied material from mx1.adamsgaard.dk. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.