X-Git-Url: https://jasonwoof.com/gitweb/?p=dwm.git;a=blobdiff_plain;f=dwm.c;h=79d7214e939bcb1a578643c3495354f0ef5ec8ec;hp=99920d034e20752699aae2e3ad034a58c0dd75f4;hb=af0034f3a58dc093e28adfaa79908616388d0217;hpb=cd7ebaad25fa5f10a4442f9d80a05f344ca271d3 diff --git a/dwm.c b/dwm.c index 99920d0..79d7214 100644 --- a/dwm.c +++ b/dwm.c @@ -111,7 +111,7 @@ typedef struct { regex_t *tagregex; } Regs; -/* functions */ +/* function declarations */ void applyrules(Client *c); void arrange(void); void attach(Client *c); @@ -236,6 +236,8 @@ Regs *regs = NULL; unsigned int ntags = sizeof tags / sizeof tags[0]; Bool seltags[sizeof tags / sizeof tags[0]] = {[0] = True}; Bool prevtags[sizeof tags / sizeof tags[0]] = {[0] = True}; + +/* function implementations */ void applyrules(Client *c) { static char buf[512];