From b8238266e4c6961fbdcc635a86809b5687db99da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Mon, 12 Jun 2017 18:18:34 +0200 Subject: view: rename view_cursors_selection_swap --- view.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'view.h') diff --git a/view.h b/view.h index 7a6aa90..3ba2111 100644 --- a/view.h +++ b/view.h @@ -203,7 +203,7 @@ void view_selections_clear_all(View*); * .. note:: Has no effect on singleton selections. * @endrst */ -void view_cursors_selection_swap(Cursor*); +void view_selections_flip(Cursor*); /** * @} * @defgroup view_anchor -- cgit v1.2.3