grid: disable timing of resize operations

This commit is contained in:
Daniel Eklöf 2021-05-17 19:04:50 +02:00
parent 3da8dc123f
commit 09eefabf33
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)