aboutsummaryrefslogtreecommitdiffstats
path: root/calmwm.h
diff options
context:
space:
mode:
authortodd2009-01-21 15:04:38 +0000
committertodd2009-01-21 15:04:38 +0000
commit24a656d337d28ac3784e1e9abe0f21187f240764 (patch)
tree3dabd271cb5402c4838bbf546adc2afc66a167fa /calmwm.h
parent02245bb4600c5570550f017affc64e992d4021d8 (diff)
downloadcwm-24a656d337d28ac3784e1e9abe0f21187f240764.tar.gz
borderwidth as a cwmrc(5) keyword, really helps debugging
from okan@ ok oga@
Diffstat (limited to 'calmwm.h')
-rw-r--r--calmwm.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/calmwm.h b/calmwm.h
index 675a6bd..96152cd 100644
--- a/calmwm.h
+++ b/calmwm.h
@@ -15,7 +15,7 @@
* ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*
- * $Id: calmwm.h,v 1.76 2009/01/17 20:39:24 okan Exp $
+ * $Id: calmwm.h,v 1.77 2009/01/21 15:04:38 todd Exp $
*/
#ifndef _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];