From 55b79db1f4a1d26892fa6a57663dcf2b1715091e Mon Sep 17 00:00:00 2001 From: Christopher James Lahey Date: Thu, 4 May 2000 08:52:04 +0000 Subject: Added a height_cache idle loop so that the height_cache will be validated 2000-05-04 Christopher James Lahey * e-table-item.c, e-table-item.h: Added a height_cache idle loop so that the height_cache will be validated in the idle loop. svn path=/trunk/; revision=2794 --- widgets/table/e-table-item.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'widgets/table/e-table-item.h') diff --git a/widgets/table/e-table-item.h b/widgets/table/e-table-item.h index 1e451e64fe..696bf465e6 100644 --- a/widgets/table/e-table-item.h +++ b/widgets/table/e-table-item.h @@ -51,6 +51,8 @@ typedef struct { int n_cells; int *height_cache; + int height_cache_idle_id; + int height_cache_idle_count; /* * Lengh Threshold: above this, we stop computing correctly -- cgit v1.2.3