summaryrefslogtreecommitdiff
path: root/src/background.h
diff options
context:
space:
mode:
authorPhil Jones <philj56@gmail.com>2021-10-28 13:07:25 +0100
committerPhil Jones <philj56@gmail.com>2021-10-28 13:07:47 +0100
commit3bf156c9d9598acbee38c49d17cdb7d77e79d520 (patch)
tree1566c551e1aa6bdb3a96a19c42c632d98dac8410 /src/background.h
parent42679f7e53364e8de8de665ac7ba9b7e2dd1970b (diff)
Add basic HiDPI scaling and a subsurface.
Diffstat (limited to 'src/background.h')
-rw-r--r--src/background.h9
1 files changed, 9 insertions, 0 deletions
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 <stdint.h>
+#include "client.h"
+
+void load_background(struct client_state *state, const char *filename);
+
+#endif /* PNG_H */