change type of c->bw: int -> unsigned int

このコミットが含まれているのは:
Leonardo Hernández Hernández 2022-08-13 00:41:08 -05:00
コミット 7a343b98cf
この署名に対応する既知のキーがデータベースに存在しません
GPGキーID: E538897EE11B9624
1個のファイルの変更1行の追加1行の削除

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 */