From 3bf156c9d9598acbee38c49d17cdb7d77e79d520 Mon Sep 17 00:00:00 2001 From: Phil Jones Date: Thu, 28 Oct 2021 13:07:25 +0100 Subject: Add basic HiDPI scaling and a subsurface. --- src/png.h | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 src/png.h (limited to 'src/png.h') diff --git a/src/png.h b/src/png.h deleted file mode 100644 index 68b432a..0000000 --- a/src/png.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