From 386eac2063bdda79279bbdea2fffcd7fc0ff682a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Wed, 12 Jul 2017 19:05:03 +0200 Subject: vis-lua: make selection first class primitives in Lua API --- view.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'view.h') diff --git a/view.h b/view.h index f676f34..1da8a90 100644 --- a/view.h +++ b/view.h @@ -228,7 +228,7 @@ void view_selections_flip(Selection*); * Anchor selection. * Further updates will only update the cursor, the anchor will remain fixed. */ -void view_selections_anchor(Selection*); +void view_selections_anchor(Selection*, bool anchored); /** Check whether selection is anchored. */ bool view_selections_anchored(Selection*); /** Get position of selection cursor. */ -- cgit v1.2.3