X-Git-Url: https://git.xinqibao.xyz/dwm.git/blobdiff_plain/6499fc4f938eb7e61ab3e25df3904db9c890c693..d22abeee867397c366f69cf89524b94e01c2e0e2:/dwm.h?ds=sidebyside diff --git a/dwm.h b/dwm.h index 0c37711..eba3a6a 100644 --- a/dwm.h +++ b/dwm.h @@ -115,7 +115,7 @@ extern int xerror(Display *dsply, XErrorEvent *ee); extern void initrregs(); extern Client *getnext(Client *c); extern Client *getprev(Client *c); -extern void settags(Client *c); +extern void settags(Client *c, Client *trans); extern void tag(Arg *arg); extern void toggletag(Arg *arg); @@ -131,8 +131,8 @@ extern void dofloat(Arg *arg); extern void dotile(Arg *arg); extern void focusnext(Arg *arg); extern void focusprev(Arg *arg); -extern void growcol(Arg *arg); extern Bool isvisible(Client *c); +extern void resizecol(Arg *arg); extern void restack(); extern void togglemode(Arg *arg); extern void toggleview(Arg *arg);