aboutsummaryrefslogtreecommitdiff
path: root/sys/cmd/dwm/dwm.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/cmd/dwm/dwm.h')
-rw-r--r--sys/cmd/dwm/dwm.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/cmd/dwm/dwm.h b/sys/cmd/dwm/dwm.h
index 3a94248..a934287 100644
--- a/sys/cmd/dwm/dwm.h
+++ b/sys/cmd/dwm/dwm.h
@@ -243,6 +243,7 @@ void arrange(Monitor *m);
void arrangemon(Monitor *m);
void attach(Client *c);
void enqueue(Client *c);
+void attachbottom(Client *c);
void attachstack(Client *c);
void enqueuestack(Client *c);
void buttonpress(XEvent *e);
@@ -266,6 +267,7 @@ void focus(Client *c);
void focusin(XEvent *e);
void focusmon(Arg *arg);
void focusstack(Arg *arg);
+void focusdirection(Arg *arg);
void rotatestack(Arg *arg);
Atom getatomprop(Client *c, Atom prop);
int getrootptr(int *x, int *y);