X-Git-Url: https://git.xinqibao.xyz/dwm.git/blobdiff_plain/9955ddc978c2e6acfe246f29f1d317b55d860757..92e55c7c53cb808b584982ac8f6d69112d713fab:/dwm.h diff --git a/dwm.h b/dwm.h index 939b546..efef213 100644 --- a/dwm.h +++ b/dwm.h @@ -22,7 +22,7 @@ union Arg { }; /* atoms */ -enum { NetSupported, NetWMName, NetLast }; +enum { NetSupported, NetWMName, NetActiveWindow, NetLast }; enum { WMProtocols, WMDelete, WMLast }; /* cursor */ @@ -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);