changeset: 814:6fa419036c2e
tag: tip
user: Anselm R. Garbe <arg_AT_suckless.org>
date: Thu Feb 22 08:02:04 2007 +0100
summary: fixing missing extern declars in dwm.h for {de,at}tach()
diff -r 0ed770c96e51 -r 6fa419036c2e dwm.h
--- a/dwm.h Thu Feb 22 07:59:13 2007 +0100
+++ b/dwm.h Thu Feb 22 08:02:04 2007 +0100
@@ -102,7 +102,9 @@ extern Window root, barwin;
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 */
Received on Thu Feb 22 2007 - 08:04:45 UTC
This archive was generated by hypermail 2.2.0 : Sun Jul 13 2008 - 15:55:41 UTC