diff options
Diffstat (limited to 'calmwm.h')
-rw-r--r-- | calmwm.h | 2 |
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 */ |