aboutsummaryrefslogtreecommitdiff
path: root/view.h
diff options
context:
space:
mode:
authorMarc André Tanner <mat@brain-dump.org>2017-06-12 18:10:05 +0200
committerMarc André Tanner <mat@brain-dump.org>2017-06-15 15:51:42 +0200
commit948efb8e624c4488db00ba20ab58652212a091d7 (patch)
tree5e7ff7a47afdb4aed89d4765cd60dcb5d5291afd /view.h
parente00d1426ead5742a91bf3bccae920509ff21acb0 (diff)
downloadvis-948efb8e624c4488db00ba20ab58652212a091d7.tar.gz
vis-948efb8e624c4488db00ba20ab58652212a091d7.tar.xz
view: rename view_cursors_clear
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 c838ab9..670c41c 100644
--- a/view.h
+++ b/view.h
@@ -137,7 +137,7 @@ bool view_selections_dispose_force(Cursor*);
*/
Cursor *view_selection_disposed(View*);
/** Dispose all but the primary selection. */
-void view_cursors_clear(View*);
+void view_selections_dispose_all(View*);
/**
* @}
* @defgroup view_navigate