You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
234 B
8 lines
234 B
3 years ago
|
#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);
|