init
This commit is contained in:
Executable
+6
@@ -0,0 +1,6 @@
|
||||
void
|
||||
shiftviewclients(const Arg *arg)
|
||||
{
|
||||
Arg shifted = shift(arg, 1);
|
||||
view(&shifted);
|
||||
}
|
||||
Reference in New Issue
Block a user