blob: abd7439893eb177281d0cbd1fb8f4f5db6c0ee3c (
plain)
1
2
3
4
5
6
7
|
static void tagtoleft(const Arg *arg);
static void tagtoright(const Arg *arg);
static void viewtoleft(const Arg *arg);
static void viewtoright(const Arg *arg);
static void tagandviewtoleft(const Arg *arg);
static void tagandviewtoright(const Arg *arg);
|