X-Git-Url: https://git.xinqibao.xyz/dwm.git/blobdiff_plain/c225e1afc23e6862f9864bad3b7b11399dda36a1..8e053b64766494e6117942dfbf3b4957d651d93b:/client.c?ds=inline diff --git a/client.c b/client.c index f92df83..f268623 100644 --- a/client.c +++ b/client.c @@ -196,13 +196,6 @@ killclient(Arg *arg) XKillClient(dpy, sel->win); } -void -lower(Client *c) -{ - XLowerWindow(dpy, c->title); - XLowerWindow(dpy, c->win); -} - void manage(Window w, XWindowAttributes *wa) {