diff options
Diffstat (limited to 'dwm.c')
-rw-r--r-- | dwm.c | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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) { |