X-Git-Url: https://git.xinqibao.xyz/dwm.git/blobdiff_plain/b35575574be53a1b3be42d7037d2f432a19a3890..6a39a496d06f5631a1617fe68729cbde4c24318c:/dwm.h?ds=sidebyside diff --git a/dwm.h b/dwm.h index 25971ac..57d628a 100644 --- a/dwm.h +++ b/dwm.h @@ -17,7 +17,7 @@ typedef struct DC DC; typedef struct Fnt Fnt; union Arg { - const char **argv; + const char *cmd; int i; }; @@ -121,6 +121,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);