diff options
| author | Marc André Tanner <mat@brain-dump.org> | 2017-06-12 18:12:41 +0200 |
|---|---|---|
| committer | Marc André Tanner <mat@brain-dump.org> | 2017-06-15 15:51:42 +0200 |
| commit | a9c3e2c343dd1077fa08371a505ad766dcb81baa (patch) | |
| tree | 96414e375cbd15b3ca0e80ef51557d2a18fe7a45 /view.h | |
| parent | 948efb8e624c4488db00ba20ab58652212a091d7 (diff) | |
| download | vis-a9c3e2c343dd1077fa08371a505ad766dcb81baa.tar.gz vis-a9c3e2c343dd1077fa08371a505ad766dcb81baa.tar.xz | |
view: rename view_cursors_primary_{get,set}
Diffstat (limited to 'view.h')
| -rw-r--r-- | view.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -143,8 +143,8 @@ void view_selections_dispose_all(View*); * @defgroup view_navigate * @{ */ -Cursor *view_cursors_primary_get(View*); -void view_cursors_primary_set(Cursor*); +Cursor *view_selections_primary_get(View*); +void view_selections_primary_set(Cursor*); /** Get first selection. */ Cursor *view_cursors(View*); /** Get immediate predecessor of selection. */ |
