summaryrefslogtreecommitdiff
path: root/src/png.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/png.h
parent42679f7e53364e8de8de665ac7ba9b7e2dd1970b (diff)
Add basic HiDPI scaling and a subsurface.
Diffstat (limited to 'src/png.h')
-rw-r--r--src/png.h9
1 files changed, 0 insertions, 9 deletions
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 <stdint.h>
-#include "client.h"
-
-void load_background(struct client_state *state, const char *filename);
-
-#endif /* PNG_H */