aboutsummaryrefslogtreecommitdiff
path: root/view.h
diff options
context:
space:
mode:
authorMarc André Tanner <mat@brain-dump.org>2017-06-12 18:12:41 +0200
committerMarc André Tanner <mat@brain-dump.org>2017-06-15 15:51:42 +0200
commita9c3e2c343dd1077fa08371a505ad766dcb81baa (patch)
tree96414e375cbd15b3ca0e80ef51557d2a18fe7a45 /view.h
parent948efb8e624c4488db00ba20ab58652212a091d7 (diff)
downloadvis-a9c3e2c343dd1077fa08371a505ad766dcb81baa.tar.gz
vis-a9c3e2c343dd1077fa08371a505ad766dcb81baa.tar.xz
view: rename view_cursors_primary_{get,set}
Diffstat (limited to 'view.h')
-rw-r--r--view.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/view.h b/view.h
index 670c41c..0acbecc 100644
--- a/view.h
+++ b/view.h
@@ -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. */