aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/table/e-cell-pixbuf.h
diff options
context:
space:
mode:
Diffstat (limited to 'widgets/table/e-cell-pixbuf.h')
-rw-r--r--widgets/table/e-cell-pixbuf.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/widgets/table/e-cell-pixbuf.h b/widgets/table/e-cell-pixbuf.h
index f89dfc1d1b..938cb84bb4 100644
--- a/widgets/table/e-cell-pixbuf.h
+++ b/widgets/table/e-cell-pixbuf.h
@@ -36,6 +36,10 @@ typedef struct _ECellPixbufClass ECellPixbufClass;
struct _ECellPixbuf {
ECell parent;
+
+ int selected_column;
+ int focused_column;
+ int unselected_column;
};
struct _ECellPixbufClass {