aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/e-reflow/e-reflow.h
diff options
context:
space:
mode:
Diffstat (limited to 'widgets/e-reflow/e-reflow.h')
-rw-r--r--widgets/e-reflow/e-reflow.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/widgets/e-reflow/e-reflow.h b/widgets/e-reflow/e-reflow.h
index 0d0ab4251a..27b96645f8 100644
--- a/widgets/e-reflow/e-reflow.h
+++ b/widgets/e-reflow/e-reflow.h
@@ -65,6 +65,12 @@ struct _EReflow
double column_width;
int idle;
+
+ /* These are all for when the column is being dragged. */
+ gboolean column_drag;
+ gdouble start_x;
+ gint which_column_dragged;
+ double temp_column_width;
};
struct _EReflowClass