From 74adfe0cbca300e73774c6e0aa9b3c53a5e5b57b Mon Sep 17 00:00:00 2001 From: Phil Jones Date: Sun, 31 Oct 2021 16:47:03 +0000 Subject: Add HiDPI support and lots of cleanup. --- src/util.h | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 src/util.h (limited to 'src/util.h') diff --git a/src/util.h b/src/util.h deleted file mode 100644 index 02e2c6a..0000000 --- a/src/util.h +++ /dev/null @@ -1,22 +0,0 @@ -#ifndef UTIL_H -#define UTIL_H - -#include -#include - -struct image { - uint8_t *buffer; - uint32_t width; - uint32_t height; - bool swizzle; - bool redraw; -}; - -struct color { - float r; - float g; - float b; - float a; -}; - -#endif /* UTIL_H */ -- cgit v1.2.3