grid: disable reflow timing by default

This commit is contained in:
Daniel Eklöf 2021-05-26 12:22:28 +02:00
parent ac97f20f99
commit 2029d201b5
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

2
grid.c
View file

@ -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)