aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/table/e-table-specification.h
diff options
context:
space:
mode:
Diffstat (limited to 'widgets/table/e-table-specification.h')
-rw-r--r--widgets/table/e-table-specification.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/widgets/table/e-table-specification.h b/widgets/table/e-table-specification.h
index c6cbb27dcf..ebf42a6f8d 100644
--- a/widgets/table/e-table-specification.h
+++ b/widgets/table/e-table-specification.h
@@ -27,7 +27,8 @@ typedef struct {
guint no_headers : 1;
guint click_to_add : 1;
- guint draw_grid : 1;
+ guint horizontal_draw_grid : 1;
+ guint vertical_draw_grid : 1;
guint draw_focus : 1;
guint horizontal_scrolling : 1;
GtkSelectionMode selection_mode;