dwm

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

bar_taglabels.h (308B)


      1 #include <ctype.h> /* for making tab label lowercase, very tiny standard library */
      2 
      3 static int width_taglabels(Bar *bar, BarArg *a);
      4 static int draw_taglabels(Bar *bar, BarArg *a);
      5 static int click_taglabels(Bar *bar, Arg *arg, BarArg *a);
      6 static int hover_taglabels(Bar *bar, BarArg *a, XMotionEvent *ev);