diff options
Diffstat (limited to 'widgets/misc/e-reflow.h')
-rw-r--r-- | widgets/misc/e-reflow.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/widgets/misc/e-reflow.h b/widgets/misc/e-reflow.h index 27b96645f8..8506eda60b 100644 --- a/widgets/misc/e-reflow.h +++ b/widgets/misc/e-reflow.h @@ -71,6 +71,14 @@ struct _EReflow gdouble start_x; gint which_column_dragged; double temp_column_width; + double previous_temp_column_width; + + guint need_height_update : 1; + guint need_column_resize : 1; + + guint default_cursor_shown : 1; + GdkCursor *arrow_cursor; + GdkCursor *default_cursor; }; struct _EReflowClass |