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