spmenu/libs/img.h

10 lines
178 B
C
Raw Normal View History

#include <errno.h>
#include <pwd.h>
#include <Imlib2.h>
#include <openssl/md5.h>
static void setimageopts(void);
2023-03-02 11:46:44 +01:00
static void cleanupimg(void);
static Imlib_Image image = NULL;