mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-05 04:06:08 -05:00
grid: disable timing of resize operations
This commit is contained in:
parent
3da8dc123f
commit
09eefabf33
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