X-Git-Url: https://git.danieliu.xyz/?a=blobdiff_plain;f=dwm.h;h=78a984e52172d945584c0875fbfb2be8cef84268;hb=30561a0161629b15abe1beeb97eec3fc0768efaf;hp=939b54678016c56c67a47ec9d4e487f9f033787a;hpb=9955ddc978c2e6acfe246f29f1d317b55d860757;p=dwm.git diff --git a/dwm.h b/dwm.h index 939b546..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); @@ -121,6 +119,7 @@ extern int xerror(Display *dsply, XErrorEvent *ee); extern void appendtag(Arg *arg); extern void dofloat(Arg *arg); extern void dotile(Arg *arg); +extern void initrregs(); extern Client *getnext(Client *c); extern Client *getprev(Client *c); extern void replacetag(Arg *arg);