diff options
Diffstat (limited to 'widgets/table/e-cell.h')
-rw-r--r-- | widgets/table/e-cell.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/widgets/table/e-cell.h b/widgets/table/e-cell.h index f992c372e4..b5277d657b 100644 --- a/widgets/table/e-cell.h +++ b/widgets/table/e-cell.h @@ -53,6 +53,8 @@ typedef enum { E_CELL_FOCUSED = 1 << 3, E_CELL_EDITING = 1 << 4, + + E_CELL_CURSOR = 1 << 5, } ECellFlags; typedef enum { |