X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=client.c;h=f2686236d9d0ff92b2d49677ff38fa6964a03843;hb=8e053b64766494e6117942dfbf3b4957d651d93b;hp=f92df83bb8a52b07cef20284d699c2bdafe84fa3;hpb=c225e1afc23e6862f9864bad3b7b11399dda36a1;p=dwm.git diff --git a/client.c b/client.c index f92df83..f268623 100644 --- a/client.c +++ b/client.c @@ -197,13 +197,6 @@ killclient(Arg *arg) } void -lower(Client *c) -{ - XLowerWindow(dpy, c->title); - XLowerWindow(dpy, c->win); -} - -void manage(Window w, XWindowAttributes *wa) { Client *c;