aboutsummaryrefslogtreecommitdiff
path: root/sys/cmd/wm/arg.c
diff options
context:
space:
mode:
authorNicholas Noll <nbnoll@eml.cc>2021-09-29 12:59:39 -0700
committerNicholas Noll <nbnoll@eml.cc>2021-09-29 12:59:39 -0700
commit7e7fab861a7e5baae9182419f7f320af36ce1ec4 (patch)
treed323b19f009826d437a3216909d38ee1a05f8382 /sys/cmd/wm/arg.c
parentd20be3112770c9fd252c91306675717dcb59e28f (diff)
Feat(wm): prepararation for layout mechanism
Diffstat (limited to 'sys/cmd/wm/arg.c')
-rw-r--r--sys/cmd/wm/arg.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/cmd/wm/arg.c b/sys/cmd/wm/arg.c
index bf58534..060393e 100644
--- a/sys/cmd/wm/arg.c
+++ b/sys/cmd/wm/arg.c
@@ -1,5 +1,7 @@
#include "wm.h"
+void tile(Monitor *m);
+
void
spawn(Arg *arg)
{