diff options
Diffstat (limited to 'widgets/misc/e-reflow.h')
-rw-r--r-- | widgets/misc/e-reflow.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/widgets/misc/e-reflow.h b/widgets/misc/e-reflow.h index 9ecbb5c529..b190e1e5b7 100644 --- a/widgets/misc/e-reflow.h +++ b/widgets/misc/e-reflow.h @@ -66,6 +66,7 @@ struct _EReflow ESelectionModel *selection; guint selection_changed_id; + guint cursor_changed_id; ESorterArray *sorter; GtkAdjustment *adjustment; @@ -98,6 +99,8 @@ struct _EReflow double temp_column_width; double previous_temp_column_width; + int cursor_row; + guint column_drag : 1; guint need_height_update : 1; |