mirror of
https://codeberg.org/dwl/dwl.git
synced 2025-11-01 22:58:42 -04:00
use config.def.h
This commit is contained in:
parent
7341d047da
commit
325145d4c6
3 changed files with 6 additions and 8 deletions
2
dwl.c
2
dwl.c
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue