From 4c40a4dc245f7715f4891ed02d71475628e7a959 Mon Sep 17 00:00:00 2001 From: stkhan Date: Mon, 20 Jun 2022 19:54:29 +0000 Subject: new directory structure --- utils/nsxiv/icon/data.h | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 utils/nsxiv/icon/data.h (limited to 'utils/nsxiv/icon/data.h') diff --git a/utils/nsxiv/icon/data.h b/utils/nsxiv/icon/data.h new file mode 100644 index 0000000..98ac5f3 --- /dev/null +++ b/utils/nsxiv/icon/data.h @@ -0,0 +1,14 @@ +#ifndef ICON_DATA_H +#define ICON_DATA_H + +typedef struct { + unsigned int size; + unsigned int cnt; + const unsigned char *data; +} icon_data_t; + +#define ICON_(s) { s, ARRLEN(icon_data_##s), icon_data_##s } + +#include "data.gen.h" + +#endif /* ICON_DATA_H */ -- cgit v1.2.3