X-Git-Url: https://git.xinqibao.xyz/dwm.git/blobdiff_plain/e21d93b7bd5d34f31bc09a576b7d449df5b68c07..30561a0161629b15abe1beeb97eec3fc0768efaf:/dwm.h?ds=inline diff --git a/dwm.h b/dwm.h index 57d628a..78a984e 100644 --- a/dwm.h +++ b/dwm.h @@ -43,7 +43,6 @@ struct DC { /* draw context */ int x, y, w, h; unsigned long bg; unsigned long fg; - unsigned long border; Drawable drawable; Fnt font; GC gc; @@ -91,7 +90,6 @@ extern Client *getctitle(Window w); extern void gravitate(Client *c, Bool invert); extern void higher(Client *c); extern void killclient(Arg *arg); -extern void lower(Client *c); extern void manage(Window w, XWindowAttributes *wa); extern void resize(Client *c, Bool sizehints, Corner sticky); extern void setsize(Client *c);