dwm

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

bar_wintitle_hidden.h (359B)


      1 static int width_wintitle_hidden(Bar *bar, BarArg *a);
      2 static int draw_wintitle_hidden(Bar *bar, BarArg *a);
      3 static int click_wintitle_hidden(Bar *bar, Arg *arg, BarArg *a);
      4 static int calc_wintitle_hidden(
      5 	Monitor *m, int offx, int tabw, int passx,
      6 	void(*tabfn)(Monitor *, Client *, int, int, int, int, Arg *arg, BarArg *barg),
      7 	Arg *arg, BarArg *barg
      8 );
      9