JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
made some changes more concistent
authorAnselm R. Garbe <arg@suckless.org>
Mon, 5 Feb 2007 10:19:46 +0000 (11:19 +0100)
committerAnselm R. Garbe <arg@suckless.org>
Mon, 5 Feb 2007 10:19:46 +0000 (11:19 +0100)
client.c
config.mk

index badb875..f3c9bf2 100644 (file)
--- 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) {
index c48ecf3..338632d 100644 (file)
--- a/config.mk
+++ b/config.mk
@@ -1,5 +1,5 @@
 # dwm version
-VERSION = 3.3
+VERSION = 3.4
 
 # Customize below to fit your system