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/background.h | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 src/background.h (limited to 'src/background.h') diff --git a/src/background.h b/src/background.h deleted file mode 100644 index 68b432a..0000000 --- a/src/background.h +++ /dev/null @@ -1,9 +0,0 @@ -#ifndef PNG_H -#define PNG_H - -#include -#include "client.h" - -void load_background(struct client_state *state, const char *filename); - -#endif /* PNG_H */ -- cgit v1.2.3