mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-27 07:58:07 -04: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 "util.h"
|
||||||
#include "xmalloc.h"
|
#include "xmalloc.h"
|
||||||
|
|
||||||
#define TIME_REFLOW 1
|
#define TIME_REFLOW 0
|
||||||
|
|
||||||
struct grid *
|
struct grid *
|
||||||
grid_snapshot(const struct grid *grid)
|
grid_snapshot(const struct grid *grid)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue