aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/table/e-table-group-container.h
diff options
context:
space:
mode:
Diffstat (limited to 'widgets/table/e-table-group-container.h')
-rw-r--r--widgets/table/e-table-group-container.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/widgets/table/e-table-group-container.h b/widgets/table/e-table-group-container.h
index 27ed807ffc..e4c659993e 100644
--- a/widgets/table/e-table-group-container.h
+++ b/widgets/table/e-table-group-container.h
@@ -45,7 +45,8 @@ typedef struct {
ETableSelectionModel *table_selection_model;
- guint draw_grid : 1;
+ guint horizontal_draw_grid : 1;
+ guint vertical_draw_grid : 1;
guint draw_focus : 1;
ECursorMode cursor_mode;