X-Git-Url: https://git.xinqibao.xyz/dwm.git/blobdiff_plain/525ef3c178a889266affee5853870907751e074a..8e053b64766494e6117942dfbf3b4957d651d93b:/client.c?ds=sidebyside 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) {