mirror of
https://github.com/bakkeby/dwm-flexipatch
synced 2024-11-10 19:10:48 +00: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);
|