CASCADE_DENSITY can be omitted from the config
This commit is contained in:
parent
d78def268e
commit
baac5b8bbb
1 changed files with 4 additions and 1 deletions
5
dat.h
5
dat.h
|
@ -3,6 +3,9 @@
|
|||
#define CORNER _corner
|
||||
#define INSET _inset
|
||||
#define MAXHIDDEN 128
|
||||
#ifndef CASCADE_DENSITY
|
||||
#define CASCADE_DENSITY 0
|
||||
#endif
|
||||
#if defined(SHOWMAX) && defined(SHOWSTICK)
|
||||
#define B3FIXED 7
|
||||
#elif defined(SHOWMAX) || defined(SHOWSTICK)
|
||||
|
@ -200,4 +203,4 @@ extern int nmonitors;
|
|||
extern XRRMonitorInfo* monitorinfo;
|
||||
|
||||
extern int* xstep;
|
||||
extern int* ystep;
|
||||
extern int* ystep;
|
||||
|
|
Loading…
Reference in a new issue