diff options
author | Phil Jones <philj56@gmail.com> | 2021-10-31 16:47:03 +0000 |
---|---|---|
committer | Phil Jones <philj56@gmail.com> | 2021-10-31 16:54:20 +0000 |
commit | 74adfe0cbca300e73774c6e0aa9b3c53a5e5b57b (patch) | |
tree | 88d0efbdd9755849eb22ee3478595df5c8e69a34 /src/background.h | |
parent | c691b8e48c572e2d5f1c7c16c8f42babd7d706d5 (diff) |
Add HiDPI support and lots of cleanup.
Diffstat (limited to 'src/background.h')
-rw-r--r-- | src/background.h | 9 |
1 files changed, 0 insertions, 9 deletions
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 <stdint.h> -#include "client.h" - -void load_background(struct client_state *state, const char *filename); - -#endif /* PNG_H */ |