summaryrefslogtreecommitdiff
path: root/src/documentbox.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/documentbox.h')
-rw-r--r--src/documentbox.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/documentbox.h b/src/documentbox.h
index 64a2320..37b2909 100644
--- a/src/documentbox.h
+++ b/src/documentbox.h
@@ -36,11 +36,11 @@ typedef struct _DocumentBoxClass DocumentBoxClass;
typedef struct _SelectionState SelectionState;
struct _SelectionState
{
- IBText *selection_start;
+ InlineBox *selection_start;
guint selection_start_index;
- IBText *selection_end;
+ InlineBox *selection_end;
guint selection_end_index;
- IBText *selection_prev;
+ InlineBox *selection_prev;
guint selection_prev_index;
gboolean selection_active;
gboolean selecting;