Applied the push patch

This commit is contained in:
Micah Gorrell 2023-05-12 08:53:03 -06:00
parent 639a724223
commit a07863a4b5
6 changed files with 3172 additions and 1 deletions

2
dwl.c
View file

@ -419,7 +419,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"