diff options
Diffstat (limited to 'libstorycode/gtk/gtknarrativeview.h')
-rw-r--r-- | libstorycode/gtk/gtknarrativeview.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/libstorycode/gtk/gtknarrativeview.h b/libstorycode/gtk/gtknarrativeview.h index 0a09175..13400db 100644 --- a/libstorycode/gtk/gtknarrativeview.h +++ b/libstorycode/gtk/gtknarrativeview.h @@ -73,9 +73,8 @@ enum drag_status struct edit_pos { int para; /* Paragraph number (corresponding to narrative items) */ - int pos; /* Byte position within paragraph - * Yes, really. See pango_layout_xy_to_index */ - int trail; + int pos; /* Byte position within paragraph (yes, really) */ + int trail; /* 1 = end of character, 0 = before */ }; |