mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-04-05 07:15:30 -04: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 "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