mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-05 04:06:08 -05:00
grid: pull in misc.h when TIME_REFLOW is defined
This commit is contained in:
parent
98db965813
commit
26acf41d13
1 changed files with 4 additions and 0 deletions
4
grid.c
4
grid.c
|
|
@ -16,6 +16,10 @@
|
||||||
|
|
||||||
#define TIME_REFLOW 0
|
#define TIME_REFLOW 0
|
||||||
|
|
||||||
|
#if defined(TIME_REFLOW)
|
||||||
|
#include "misc.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* "sb" (scrollback relative) coordinates
|
* "sb" (scrollback relative) coordinates
|
||||||
*
|
*
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue