~ruther/dwl

7a343b98cf37fb293313dada734c0d433b27fba4 — Leonardo Hernández Hernández 2 years ago 8d2516e
change type of c->bw: int -> unsigned int
1 files changed, 1 insertions(+), 1 deletions(-)

M dwl.c
M dwl.c => dwl.c +1 -1
@@ 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 */

Do not follow this link