diff options
| author | Marc André Tanner <mat@brain-dump.org> | 2017-07-12 19:05:03 +0200 |
|---|---|---|
| committer | Marc André Tanner <mat@brain-dump.org> | 2017-07-14 11:45:15 +0200 |
| commit | 386eac2063bdda79279bbdea2fffcd7fc0ff682a (patch) | |
| tree | 73ef16bc7f07ba8848020b98be3cde123f5b0a36 /view.h | |
| parent | 546917d21ca10214c24d3871c92b81265de6958c (diff) | |
| download | vis-386eac2063bdda79279bbdea2fffcd7fc0ff682a.tar.gz vis-386eac2063bdda79279bbdea2fffcd7fc0ff682a.tar.xz | |
vis-lua: make selection first class primitives in Lua API
Diffstat (limited to 'view.h')
| -rw-r--r-- | view.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. */ |
