change type of c->bw: int -> unsigned int

This commit is contained in:
Leonardo Hernández Hernández 2022-08-13 00:41:08 -05:00
parent 8d2516e83c
commit 7a343b98cf
No known key found for this signature in database
GPG Key ID: E538897EE11B9624
1 changed files with 1 additions and 1 deletions

2
dwl.c
View File

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