port dwm "push" patch to dwl

This commit is contained in:
Devin J. Pohly 2021-03-04 00:45:50 -06:00
parent b063dd89c3
commit dcb7a4d910
3 changed files with 67 additions and 0 deletions

2
dwl.c
View file

@ -369,7 +369,9 @@ static Atom netatom[NetLast];
#endif
/* configuration, allows nested code to access above variables */
#include "push.h"
#include "config.h"
#include "push.c"
/* attempt to encapsulate suck into one file */
#include "client.h"