mirror of
https://github.com/mintycube/dwm.git
synced 2024-10-22 14:05:45 +02:00
8 lines
234 B
C
8 lines
234 B
C
#include <Imlib2.h>
|
|
#include <limits.h>
|
|
#include <stdint.h>
|
|
|
|
void drw_img(Drw *drw, int x, int y, XImage *img, uint32_t *tmp);
|
|
static XImage *geticonprop(Window win);
|
|
static void freeicon(Client *c);
|
|
static void updateicon(Client *c); |