summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeonardo Hernández Hernández <leohdz172@protonmail.com>2022-08-13 00:41:08 -0500
committerLeonardo Hernández Hernández <leohdz172@protonmail.com>2022-08-13 00:41:08 -0500
commit7a343b98cf37fb293313dada734c0d433b27fba4 (patch)
treeeea2aee4e3f2ff3747ce489e0d850b5cbec2e39b
parent8d2516e83cb1e1d1cfc4fe31e69ed87d71405592 (diff)
change type of c->bw: int -> unsigned int
-rw-r--r--dwl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dwl.c b/dwl.c
index 227f345..40ea05a 100644
--- 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 */