diff options
author | Christopher James Lahey <clahey@helixcode.com> | 2000-05-04 16:52:04 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2000-05-04 16:52:04 +0800 |
commit | 55b79db1f4a1d26892fa6a57663dcf2b1715091e (patch) | |
tree | 1800a23735b9019c63fb91c7bfa6f2cdf2c3f91e /widgets/e-table/e-table-item.h | |
parent | cb7c636a65f9fe7f1ba301af8e1f31d69c112d3c (diff) | |
download | gsoc2013-evolution-55b79db1f4a1d26892fa6a57663dcf2b1715091e.tar gsoc2013-evolution-55b79db1f4a1d26892fa6a57663dcf2b1715091e.tar.gz gsoc2013-evolution-55b79db1f4a1d26892fa6a57663dcf2b1715091e.tar.bz2 gsoc2013-evolution-55b79db1f4a1d26892fa6a57663dcf2b1715091e.tar.lz gsoc2013-evolution-55b79db1f4a1d26892fa6a57663dcf2b1715091e.tar.xz gsoc2013-evolution-55b79db1f4a1d26892fa6a57663dcf2b1715091e.tar.zst gsoc2013-evolution-55b79db1f4a1d26892fa6a57663dcf2b1715091e.zip |
Added a height_cache idle loop so that the height_cache will be validated
2000-05-04 Christopher James Lahey <clahey@helixcode.com>
* 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
Diffstat (limited to 'widgets/e-table/e-table-item.h')
-rw-r--r-- | widgets/e-table/e-table-item.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/widgets/e-table/e-table-item.h b/widgets/e-table/e-table-item.h index 1e451e64fe..696bf465e6 100644 --- a/widgets/e-table/e-table-item.h +++ b/widgets/e-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 |