Switch bwidth type; unfortunately X11 is inconsistent.

This commit is contained in:
okan
2017-04-26 21:10:54 +00:00
parent 15b9a8fe27
commit 4d85e2e2a6
3 changed files with 7 additions and 7 deletions

View File

@@ -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 */