diff options
author | Anselm R. Garbe <arg@suckless.org> | 2007-02-05 11:19:46 +0100 |
---|---|---|
committer | Anselm R. Garbe <arg@suckless.org> | 2007-02-05 11:19:46 +0100 |
commit | 7ece30ebc04640258b5e20dcc71f51e1b01c9222 (patch) | |
tree | 0e78d34fbe380b6e1d4fcb9990a5f84505996d19 /client.c | |
parent | 3d48f330255eec6a404586f3cfe0e78d6d80e951 (diff) | |
download | dwm-7ece30ebc04640258b5e20dcc71f51e1b01c9222.tar.gz |
made some changes more concistent
Diffstat (limited to 'client.c')
-rw-r--r-- | client.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/client.c b/client.c index badb875..f3c9bf2 100644 --- a/client.c +++ b/client.c @@ -7,7 +7,7 @@ #include <X11/Xatom.h> #include <X11/Xutil.h> -/* static functions */ +/* static */ static void detachstack(Client *c) { @@ -65,7 +65,7 @@ xerrordummy(Display *dsply, XErrorEvent *ee) { return 0; } -/* extern functions */ +/* extern */ void configure(Client *c) { |