aboutsummaryrefslogtreecommitdiff
path: root/view.h
diff options
context:
space:
mode:
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 a335f3b..c838ab9 100644
--- a/view.h
+++ b/view.h
@@ -135,7 +135,7 @@ bool view_selections_dispose_force(Cursor*);
* If the primary selection was marked for destruction, return it and
* clear descruction flag.
*/
-Cursor *view_cursor_disposed(View*);
+Cursor *view_selection_disposed(View*);
/** Dispose all but the primary selection. */
void view_cursors_clear(View*);
/**