summary refs log tree commit diff
path: root/calmwm.h
diff options
context:
space:
mode:
authorokan <okan>2017-04-26 21:10:54 +0000
committerokan <okan>2017-04-26 21:10:54 +0000
commit4d85e2e2a606f822f84fff544ec375270c44be34 (patch)
tree378ef684e97a7da5e53417ec500db31447e200fc /calmwm.h
parent15b9a8fe27a72e58f1fb488ebf14c3fcae4b98a9 (diff)
downloadcwm-4d85e2e2a606f822f84fff544ec375270c44be34.tar.gz
cwm-4d85e2e2a606f822f84fff544ec375270c44be34.tar.xz
cwm-4d85e2e2a606f822f84fff544ec375270c44be34.zip
Switch bwidth type; unfortunately X11 is inconsistent.
Diffstat (limited to 'calmwm.h')
-rw-r--r--calmwm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/calmwm.h b/calmwm.h
index 2912662..89e24a0 100644
--- a/calmwm.h
+++ b/calmwm.h
@@ -119,7 +119,7 @@ struct client_ctx {
 	struct group_ctx	*gc;
 	Window			 win;
 	Colormap		 colormap;
-	unsigned int		 bwidth; /* border width */
+	int			 bwidth; /* border width */
 	struct geom		 geom, savegeom, fullgeom;
 	struct {
 		long		 flags;	/* defined hints */