summaryrefslogtreecommitdiff
path: root/dwm.c
diff options
context:
space:
mode:
Diffstat (limited to 'dwm.c')
-rw-r--r--dwm.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/dwm.c b/dwm.c
index 2c6e70e..0848d2c 100644
--- a/dwm.c
+++ b/dwm.c
@@ -227,7 +227,7 @@ static void monocle(Monitor *m);
static void motionnotify(XEvent *e);
static void movemouse(const Arg *arg);
static Client *nexttiled(Client *c);
-static void pop(Client *);
+//static void pop(Client *);
static Client *prevtiled(Client *c);
static void propertynotify(XEvent *e);
static void pushdown(const Arg *arg);
@@ -1551,6 +1551,7 @@ nexttiled(Client *c)
return c;
}
+/*
void
pop(Client *c)
{
@@ -1559,6 +1560,7 @@ pop(Client *c)
focus(c);
arrange(c->mon);
}
+*/
Client *
prevtiled(Client *c) {