use config.def.h

This commit is contained in:
korei999 2023-11-29 21:22:42 +02:00
parent 7341d047da
commit 325145d4c6
3 changed files with 6 additions and 8 deletions

2
dwl.c
View file

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