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/background.h | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 src/background.h (limited to 'src/background.h') diff --git a/src/background.h b/src/background.h new file mode 100644 index 0000000..68b432a --- /dev/null +++ b/src/background.h @@ -0,0 +1,9 @@ +#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