Adding background image patch

This commit is contained in:
bakkeby 2022-03-10 11:37:49 +01:00
parent 51dc6ba469
commit 1a8175a337
9 changed files with 185 additions and 2 deletions

View file

@ -0,0 +1,5 @@
#include <arpa/inet.h>
static void updatexy(void);
static XImage *loadff(const char *);
static void bginit();