diff options
author | okan | 2017-04-26 21:10:54 +0000 |
---|---|---|
committer | okan | 2017-04-26 21:10:54 +0000 |
commit | 330b5911cc616eb9653cf2add7574885d4b91304 (patch) | |
tree | 9681cfe439a028482c6ae169fa06fac7090fd5b3 /calmwm.h | |
parent | 978cbcbbb085230a4d270c6288c8e7a1554e3a9b (diff) | |
download | cwm-330b5911cc616eb9653cf2add7574885d4b91304.tar.gz |
Switch bwidth type; unfortunately X11 is inconsistent.
Diffstat (limited to '')
-rw-r--r-- | calmwm.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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. * - * $OpenBSD: calmwm.h,v 1.336 2016/12/06 21:54:10 okan Exp $ + * $OpenBSD: calmwm.h,v 1.337 2017/04/26 21:10:54 okan Exp $ */ #ifndef _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 */ |