tmade some changes more concistent - dwm - [fork] customized build of dwm, the dynamic window manager
(HTM) git clone git://src.adamsgaard.dk/dwm
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit 7ece30ebc04640258b5e20dcc71f51e1b01c9222
(DIR) parent 3d48f330255eec6a404586f3cfe0e78d6d80e951
(HTM) Author: Anselm R. Garbe <arg@suckless.org>
Date: Mon, 5 Feb 2007 11:19:46 +0100
made some changes more concistent
Diffstat:
M client.c | 4 ++--
M config.mk | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
---
(DIR) diff --git a/client.c b/client.c
t@@ -7,7 +7,7 @@
#include <X11/Xatom.h>
#include <X11/Xutil.h>
-/* static functions */
+/* static */
static void
detachstack(Client *c) {
t@@ -65,7 +65,7 @@ xerrordummy(Display *dsply, XErrorEvent *ee) {
return 0;
}
-/* extern functions */
+/* extern */
void
configure(Client *c) {
(DIR) diff --git a/config.mk b/config.mk
t@@ -1,5 +1,5 @@
# dwm version
-VERSION = 3.3
+VERSION = 3.4
# Customize below to fit your system