moved BORDERPX to config.*.h
authorAnselm R. Garbe <arg@suckless.org>
Wed, 17 Jan 2007 12:36:29 +0100
changeset 700 f05c825db96b
parent 699 fd5eb7cd7f36
child 701 fc5b982778df
moved BORDERPX to config.*.h
config.arg.h
config.default.h
config.mk
dwm.1
dwm.h
--- a/config.arg.h	Tue Jan 16 11:41:56 2007 +0100
+++ b/config.arg.h	Wed Jan 17 12:36:29 2007 +0100
@@ -8,6 +8,7 @@
 #define DEFMODE			dotile		/* dofloat */
 #define FLOATSYMBOL		"><>"
 #define TILESYMBOL		"[]="
+#define BORDERPX		1
 
 #define FONT			"-*-terminus-medium-r-*-*-14-*-*-*-*-*-*-*"
 #define NORMBORDERCOLOR		"#333"
--- a/config.default.h	Tue Jan 16 11:41:56 2007 +0100
+++ b/config.default.h	Wed Jan 17 12:36:29 2007 +0100
@@ -8,6 +8,7 @@
 #define DEFMODE			dotile		/* dofloat */
 #define FLOATSYMBOL		"><>"
 #define TILESYMBOL		"[]="
+#define BORDERPX		1
 
 #define FONT			"-*-fixed-medium-r-normal-*-13-*-*-*-*-*-*-*"
 #define NORMBORDERCOLOR		"#dddddd"
--- a/config.mk	Tue Jan 16 11:41:56 2007 +0100
+++ b/config.mk	Wed Jan 17 12:36:29 2007 +0100
@@ -1,5 +1,5 @@
 # dwm version
-VERSION = 3.1
+VERSION = 3.2
 
 # Customize below to fit your system
 
--- a/dwm.1	Tue Jan 16 11:41:56 2007 +0100
+++ b/dwm.1	Wed Jan 17 12:36:29 2007 +0100
@@ -25,7 +25,7 @@
 which are applied to one or more windows are indicated with an empty square in
 the top left corner.
 .P
-dwm draws a 1-pixel border around windows to indicate the focus state.
+dwm draws a small border around windows to indicate the focus state.
 .SH OPTIONS
 .TP
 .B \-v
--- a/dwm.h	Tue Jan 16 11:41:56 2007 +0100
+++ b/dwm.h	Wed Jan 17 12:36:29 2007 +0100
@@ -37,7 +37,6 @@
 /* mask shorthands, used in event.c and client.c */
 #define BUTTONMASK		(ButtonPressMask | ButtonReleaseMask)
 /* other stuff used in different places */
-#define BORDERPX		1
 #define PROTODELWIN		1
 
 enum { NetSupported, NetWMName, NetLast };		/* EWMH atoms */