diff options
Diffstat (limited to 'widgets/table/e-table-tooltip.h')
-rw-r--r-- | widgets/table/e-table-tooltip.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/widgets/table/e-table-tooltip.h b/widgets/table/e-table-tooltip.h index 3a100af5ab..e9c8921933 100644 --- a/widgets/table/e-table-tooltip.h +++ b/widgets/table/e-table-tooltip.h @@ -13,6 +13,7 @@ typedef struct { int row_height; int x, y; int cx, cy; + int visibility_count; GnomeCanvasItem *eti; } ETableTooltip; |