aboutsummaryrefslogtreecommitdiff
path: root/view.h
diff options
context:
space:
mode:
authorMarc André Tanner <mat@brain-dump.org>2017-06-12 18:43:03 +0200
committerMarc André Tanner <mat@brain-dump.org>2017-06-15 15:51:43 +0200
commit0001a83bb7f7b30840df2f2ec321e2c2d9507053 (patch)
tree3011b4b21654ad4195c45d773b9a5e432e573a09 /view.h
parentfcb47fc938ac36e14565e60b9138c59ea9c67658 (diff)
downloadvis-0001a83bb7f7b30840df2f2ec321e2c2d9507053.tar.gz
vis-0001a83bb7f7b30840df2f2ec321e2c2d9507053.tar.xz
view: rename view_cursors
Diffstat (limited to 'view.h')
-rw-r--r--view.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/view.h b/view.h
index 721b01e..d98743c 100644
--- a/view.h
+++ b/view.h
@@ -146,7 +146,7 @@ void view_selections_dispose_all(View*);
Cursor *view_selections_primary_get(View*);
void view_selections_primary_set(Cursor*);
/** Get first selection. */
-Cursor *view_cursors(View*);
+Cursor *view_selections(View*);
/** Get immediate predecessor of selection. */
Cursor *view_selections_prev(Cursor*);
/** Get immediate successor of selection. */