blob: 791182e2bc5c67635b32fbdf5d2d699bd846efde (
plain)
1
2
3
4
5
6
7
8
|
#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);
|