change type of c->bw: int -> unsigned int
This commit is contained in:
parent
8d2516e83c
commit
7a343b98cf
1 changed files with 1 additions and 1 deletions
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…
Reference in a new issue