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 set_hints;
|
||||
#endif
|
||||
int bw;
|
||||
unsigned int bw;
|
||||
unsigned int tags;
|
||||
int isfloating, isurgent, isfullscreen;
|
||||
uint32_t resize; /* configure serial of a pending resize */
|
||||
|
|
Loading…
Reference in a new issue