Use uint32_t for ui Arg

このコミットが含まれているのは:
Ben Collerson 2023-04-09 14:48:55 +10:00 committed by Leonardo Hernández
コミット da77e34ee5
1個のファイルの変更1行の追加1行の削除

2
dwl.c
ファイルの表示

@ -82,7 +82,7 @@ enum { NetWMWindowTypeDialog, NetWMWindowTypeSplash, NetWMWindowTypeToolbar,
typedef union {
int i;
unsigned int ui;
uint32_t ui;
float f;
const void *v;
} Arg;