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

2
dwl.c
View File

@@ -117,7 +117,7 @@ typedef struct {
struct wl_listener configure; struct wl_listener configure;
struct wl_listener set_hints; struct wl_listener set_hints;
#endif #endif
int bw; unsigned int bw;
unsigned int tags; unsigned int tags;
int isfloating, isurgent, isfullscreen; int isfloating, isurgent, isfullscreen;
uint32_t resize; /* configure serial of a pending resize */ uint32_t resize; /* configure serial of a pending resize */