aboutsummaryrefslogtreecommitdiff
path: root/view.h
diff options
context:
space:
mode:
authorMarc André Tanner <mat@brain-dump.org>2017-06-14 22:46:59 +0200
committerMarc André Tanner <mat@brain-dump.org>2017-06-15 15:51:43 +0200
commit4b2513c5e1587319ec14ec511a01cfbad331ac79 (patch)
tree72345a6f1d528946d558322a724ff8a1d867eb32 /view.h
parent57a743f42f0cecdc5794b424720500d0532cfc4b (diff)
downloadvis-4b2513c5e1587319ec14ec511a01cfbad331ac79.tar.gz
vis-4b2513c5e1587319ec14ec511a01cfbad331ac79.tar.xz
view: add functions to save/restore arbitrary ranges
Diffstat (limited to 'view.h')
-rw-r--r--view.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/view.h b/view.h
index 39f8ec6..9a1fb76 100644
--- a/view.h
+++ b/view.h
@@ -355,6 +355,9 @@ void view_selections_save(Selection*);
* @endrst
*/
bool view_selections_restore(Selection*);
+
+Filerange view_regions_restore(View*, SelectionRegion*);
+bool view_regions_save(View*, Filerange*, SelectionRegion*);
/**
* @}
* @defgroup view_style