dwm

Kris's build of dwm
git clone git clone https://git.krisyotam.com/krisyotam/dwm.git
Log | Files | Refs | README | LICENSE

bar_winicon.h (439B)


      1 #include <Imlib2.h>
      2 #include <limits.h>
      3 #include <stdint.h>
      4 
      5 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);
      6 static void drw_pic(Drw *drw, int x, int y, unsigned int w, unsigned int h, Picture pic);
      7 static Picture geticonprop(Window w, unsigned int *icw, unsigned int *ich);
      8 static void freeicon(Client *c);
      9 static void updateicon(Client *c);