~kris/suckless

dwm

ref: bdace33fc79457c4ad8103b5e1bd18ded3bd2976 dwm/patch/bar_winicon.h -rw-r--r-- 439 bytes
bdace33f — Kris Yotam Add Mod+Shift+S screenshot, Mod+/ dkymap, remove sticky bind 6 months ago
                                                                                
1
2
3
4
5
6
7
8
9
#include <Imlib2.h>
#include <limits.h>
#include <stdint.h>

static Picture drw_picture_create_resized(Drw *drw, char *src, unsigned int src_w, unsigned int src_h, unsigned int dst_w, unsigned int dst_h);
static void drw_pic(Drw *drw, int x, int y, unsigned int w, unsigned int h, Picture pic);
static Picture geticonprop(Window w, unsigned int *icw, unsigned int *ich);
static void freeicon(Client *c);
static void updateicon(Client *c);