mirror of
https://codeberg.org/dwl/dwl.git
synced 2025-09-09 12:44:47 +00:00
change type of c->bw: int -> unsigned int
This commit is contained in:
parent
8d2516e83c
commit
7a343b98cf
2
dwl.c
2
dwl.c
@ -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 */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user