commit 7a343b98cf37fb293313dada734c0d433b27fba4
parent 8d2516e83cb1e1d1cfc4fe31e69ed87d71405592
Author: Leonardo Hernández Hernández <leohdz172@protonmail.com>
Date: Sat, 13 Aug 2022 00:41:08 -0500
change type of c->bw: int -> unsigned int
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dwl.c b/dwl.c
@@ -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 */