aboutsummaryrefslogtreecommitdiff
path: root/view.h
diff options
context:
space:
mode:
authorMarc André Tanner <mat@brain-dump.org>2017-06-12 18:19:14 +0200
committerMarc André Tanner <mat@brain-dump.org>2017-06-15 15:51:43 +0200
commit2b472cece9f60b6f3e610ea8a7fc36173557fe0c (patch)
tree155cc2f02428a2a44c1aa909591b43a5bc95fa18 /view.h
parentb8238266e4c6961fbdcc635a86809b5687db99da (diff)
downloadvis-2b472cece9f60b6f3e610ea8a7fc36173557fe0c.tar.gz
vis-2b472cece9f60b6f3e610ea8a7fc36173557fe0c.tar.xz
view: rename view_cursors_selection_start
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 3ba2111..7e505ff 100644
--- a/view.h
+++ b/view.h
@@ -213,7 +213,7 @@ void view_selections_flip(Cursor*);
* Anchor selection.
* Further updates will only update the cursor, the anchor will remain fixed.
*/
-void view_cursors_selection_start(Cursor*);
+void view_selections_anchor(Cursor*);
/** Check whether selection is anchored. */
bool view_selection_anchored(Cursor*);
/** Get position of selection cursor. */