~ruther/dwl

da77e34ee55ef4d2f92f632fea880610e8fc7fda — Ben Collerson 2 years ago 20f61a5
Use uint32_t for ui Arg
1 files changed, 1 insertions(+), 1 deletions(-)

M dwl.c
M dwl.c => dwl.c +1 -1
@@ 82,7 82,7 @@ enum { NetWMWindowTypeDialog, NetWMWindowTypeSplash, NetWMWindowTypeToolbar,

typedef union {
	int i;
	unsigned int ui;
	uint32_t ui;
	float f;
	const void *v;
} Arg;

Do not follow this link