mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-05 04:06:08 -05:00
grid: disable reflow timing by default
This commit is contained in:
parent
ac97f20f99
commit
2029d201b5
1 changed files with 1 additions and 1 deletions
2
grid.c
2
grid.c
|
|
@ -13,7 +13,7 @@
|
|||
#include "util.h"
|
||||
#include "xmalloc.h"
|
||||
|
||||
#define TIME_REFLOW 1
|
||||
#define TIME_REFLOW 0
|
||||
|
||||
struct grid *
|
||||
grid_snapshot(const struct grid *grid)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue