From d4de5d06c2ac66b15aa01da3f29dbb33ea270249 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Mon, 28 Mar 2016 22:28:21 +0200 Subject: Cursor stuff --- src/sc_editor.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/sc_editor.h') diff --git a/src/sc_editor.h b/src/sc_editor.h index 99afa50..eaa7f41 100644 --- a/src/sc_editor.h +++ b/src/sc_editor.h @@ -119,6 +119,7 @@ struct _sceditor struct frame *cursor_frame; int cursor_para; /* paragraph index */ int cursor_pos; /* character offset into paragraph */ + int cursor_trail; /* Border surrounding actual slide within drawingarea */ double border_offs_x; -- cgit v1.2.3