From 486e3906ec0be1b28f7a5122ff882e894df02f5f Mon Sep 17 00:00:00 2001 From: Chris Lahey Date: Mon, 28 Feb 2000 09:03:20 +0000 Subject: Updated these to use the canvas ::update system properly. 2000-02-28 Chris Lahey * widgets/e-text/e-text.c, widgets/e-text/e-text.h: Updated these to use the canvas ::update system properly. svn path=/trunk/; revision=1972 --- widgets/text/e-text.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'widgets/text/e-text.h') diff --git a/widgets/text/e-text.h b/widgets/text/e-text.h index 2f29fb189b..710d6d1e64 100644 --- a/widgets/text/e-text.h +++ b/widgets/text/e-text.h @@ -177,6 +177,11 @@ struct _EText { gint tooltip_timeout; /* Timeout for the tooltip */ GtkWidget *tooltip_window; /* GtkWindow for displaying the tooltip */ gint tooltip_count; /* GDK_ENTER_NOTIFY count. */ + + guint needs_redraw : 1; /* Needs redraw */ + guint needs_recalc_bounds : 1; /* Need recalc_bounds */ + guint needs_calc_line_widths : 1; /* Needs calc_line_widths */ + guint needs_split_into_lines : 1; /* Needs split_into_lines */ }; struct _ETextClass { -- cgit v1.2.3