diff options
Diffstat (limited to 'widgets/text/e-text.h')
-rw-r--r-- | widgets/text/e-text.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/widgets/text/e-text.h b/widgets/text/e-text.h index e769818e74..dfb25d21b5 100644 --- a/widgets/text/e-text.h +++ b/widgets/text/e-text.h @@ -204,6 +204,7 @@ struct _EText { guint needs_split_into_lines : 1; /* Needs split_into_lines */ guint bold : 1; + guint strikeout : 1; EFontStyle style; @@ -215,7 +216,6 @@ struct _EText { GdkCursor *i_cursor; /* I beam cursor */ gint tooltip_timeout; /* Timeout for the tooltip */ - GtkWidget *tooltip_window; /* GtkWindow for displaying the tooltip */ gint tooltip_count; /* GDK_ENTER_NOTIFY count. */ gint dbl_timeout; /* Double click timeout */ |