mirror of
https://github.com/mintycube/dotfiles.git
synced 2024-10-22 14:05:41 +02:00
5 lines
149 B
C
5 lines
149 B
C
#include <Imlib2.h>
|
|
|
|
static void create_lock_image(Display *dpy);
|
|
static void render_lock_image(Display *dpy, struct lock *lock, Imlib_Image image);
|