From 948efb8e624c4488db00ba20ab58652212a091d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Mon, 12 Jun 2017 18:10:05 +0200 Subject: view: rename view_cursors_clear --- view.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'view.h') 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 -- cgit v1.2.3