aboutsummaryrefslogtreecommitdiff
path: root/view.h
diff options
context:
space:
mode:
Diffstat (limited to 'view.h')
-rw-r--r--view.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/view.h b/view.h
index e5f4c7f..677824a 100644
--- a/view.h
+++ b/view.h
@@ -137,6 +137,8 @@ bool view_selections_dispose_force(Selection*);
Selection *view_selection_disposed(View*);
/** Dispose all but the primary selection. */
void view_selections_dispose_all(View*);
+/** Dispose all invalid and merge all overlapping selections. */
+void view_selections_normalize(View*);
/**
* @}
* @defgroup view_navigate