diff options
Diffstat (limited to 'widgets/table/e-table-tooltip.h')
-rw-r--r-- | widgets/table/e-table-tooltip.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/widgets/table/e-table-tooltip.h b/widgets/table/e-table-tooltip.h index 617a0e3b55..259d6398db 100644 --- a/widgets/table/e-table-tooltip.h +++ b/widgets/table/e-table-tooltip.h @@ -12,6 +12,8 @@ typedef struct { int row_height; int x, y; int cx, cy; + GdkColor *foreground; + GdkColor *background; GnomeCanvasItem *eti; } ETableTooltip; |