[hackers] dwm: new tip (= 730)

From: Anselm R. Garbe <arg_AT_suckless.org>
Date: Mon, 05 Feb 2007 11:20:03 +0100

changeset: 730:8997e28553a8
tag: tip
user: Anselm R. Garbe <arg_AT_suckless.org>
date: Mon Feb 05 11:19:46 2007 +0100
files: client.c config.mk
description:
made some changes more concistent

diff -r 9c3bf42bdbf4 -r 8997e28553a8 client.c
--- a/client.c Mon Feb 05 11:09:53 2007 +0100
+++ b/client.c Mon Feb 05 11:19:46 2007 +0100
@@ -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
         return 0;
 }
 
-/* extern functions */
+/* extern */
 
 void
 configure(Client *c) {
diff -r 9c3bf42bdbf4 -r 8997e28553a8 config.mk
--- a/config.mk Mon Feb 05 11:09:53 2007 +0100
+++ b/config.mk Mon Feb 05 11:19:46 2007 +0100
@@ -1,5 +1,5 @@
 # dwm version
-VERSION = 3.3
+VERSION = 3.4
 
 # Customize below to fit your system
 
Received on Mon Feb 05 2007 - 11:20:03 UTC

This archive was generated by hypermail 2.2.0 : Sun Jul 13 2008 - 15:54:54 UTC