summary refs log tree commit diff
path: root/calmwm.h
diff options
context:
space:
mode:
authortodd <todd>2009-01-21 15:04:38 +0000
committertodd <todd>2009-01-21 15:04:38 +0000
commit1b269199c16190c92f9318152c5beb84a854be3c (patch)
tree45382bb1c591f4f5e9fb9391d9bf70fd8b158937 /calmwm.h
parent0548673f2f9c0cc89c85bb5789d111dabf1faa67 (diff)
downloadcwm-1b269199c16190c92f9318152c5beb84a854be3c.tar.gz
cwm-1b269199c16190c92f9318152c5beb84a854be3c.tar.xz
cwm-1b269199c16190c92f9318152c5beb84a854be3c.zip
borderwidth as a cwmrc(5) keyword, really helps debugging
from okan@
ok oga@
Diffstat (limited to 'calmwm.h')
-rw-r--r--calmwm.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/calmwm.h b/calmwm.h
index 7c7f53b..83dadde 100644
--- a/calmwm.h
+++ b/calmwm.h
@@ -79,7 +79,6 @@ TAILQ_HEAD(screen_ctx_q, screen_ctx);
 #define CLIENT_DOVMAXIMIZE	0x10
 #define CLIENT_VMAXIMIZED	0x20
 
-#define CLIENT_BWIDTH		1
 #define CLIENT_HIGHLIGHT_BLUE	1
 #define CLIENT_HIGHLIGHT_RED	2
 
@@ -250,6 +249,8 @@ struct conf {
 
 #define	CONF_STICKY_GROUPS	 0x0001
 	int			 flags;
+#define CONF_BWIDTH		 1
+	int			 bwidth;
 
 	char			 termpath[MAXPATHLEN];
 	char			 lockpath[MAXPATHLEN];