blob: c2b3259800788580e1f2e18dafd8200617274634 (
plain)
1
2
3
4
5
6
7
8
|
typedef struct {
char* name;
const Arg command;
} Launcher;
static int width_launcher(Bar *bar, BarArg *a);
static int draw_launcher(Bar *bar, BarArg *a);
static int click_launcher(Bar *bar, Arg *arg, BarArg *a);
|