X-Git-Url: https://jasonwoof.com/gitweb/?p=dwm.git;a=blobdiff_plain;f=dwm.h;h=8a7237c8820d33ea8fcc96a88106d28de17272e7;hp=e72bca2502e99996f0f3c4953f957ce6e21d265d;hb=72707c2fae68f5eba6ea97cbf356bfb968c8a15d;hpb=06dc514bc7327f1a2a35cb533bcf18715305da44 diff --git a/dwm.h b/dwm.h index e72bca2..8a7237c 100644 --- a/dwm.h +++ b/dwm.h @@ -76,7 +76,7 @@ struct Client { Bool isfloat; Bool ismax; Client *next; - Client *revert; + Client *prev; Window win; Window title; }; @@ -135,6 +135,7 @@ extern void appendtag(Arg *arg); extern void dofloat(Arg *arg); extern void dotile(Arg *arg); extern Client *getnext(Client *c, unsigned int t); +extern Client *getprev(Client *c); extern void heretag(Arg *arg); extern void replacetag(Arg *arg); extern void settags(Client *c);