diff --git a/dwm.c b/dwm.c index bed64da..d37119a 100644 --- a/dwm.c +++ b/dwm.c @@ -190,7 +190,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 void propertynotify(XEvent *e); static void quit(const Arg *arg); static Monitor *recttomon(int x, int y, int w, int h); @@ -1263,14 +1263,14 @@ nexttiled(Client *c) return c; } -void -pop(Client *c) -{ - detach(c); - attach(c); - focus(c); - arrange(c->mon); -} +//void +//pop(Client *c) +//{ +// detach(c); +// attach(c); +// focus(c); +// arrange(c->mon); +//} void propertynotify(XEvent *e)