summaryrefslogtreecommitdiffhomepage
path: root/patch/shiftview.c
blob: d3038d6327ad428f87b0c58b6214d7409afb56af (plain)
1
2
3
4
5
6
void
shiftview(const Arg *arg)
{
	Arg shifted = shift(arg, 0);
	view(&shifted);
}