diff options
| -rw-r--r-- | dwl.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -117,7 +117,7 @@ typedef struct {  	struct wl_listener configure;  	struct wl_listener set_hints;  #endif -	int bw; +	unsigned int bw;  	unsigned int tags;  	int isfloating, isurgent, isfullscreen;  	uint32_t resize; /* configure serial of a pending resize */ | 
