mirror of
https://github.com/mintycube/slock.git
synced 2024-10-22 14:05:51 +02:00
4 lines
148 B
C
4 lines
148 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);
|