aboutsummaryrefslogtreecommitdiff
path: root/view.c
diff options
context:
space:
mode:
authorMarc André Tanner <mat@brain-dump.org>2017-03-22 08:33:19 +0100
committerMarc André Tanner <mat@brain-dump.org>2017-03-22 08:33:19 +0100
commit617f5e2050d317d69336dd87c44787509c5fb861 (patch)
treeb65ccb5fc484a93f27a883782e2bde668119de2b /view.c
parent810e8a9a6ecd8557b371c5d9c51c718e372b0fb4 (diff)
downloadvis-617f5e2050d317d69336dd87c44787509c5fb861.tar.gz
vis-617f5e2050d317d69336dd87c44787509c5fb861.tar.xz
view: rename view_dirty to view_invalidate
Diffstat (limited to 'view.c')
-rw-r--r--view.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/view.c b/view.c
index 2f256ff..49b0d4f 100644
--- a/view.c
+++ b/view.c
@@ -438,7 +438,7 @@ void view_draw(View *view) {
view->need_update = true;
}
-void view_dirty(View *view) {
+void view_invalidate(View *view) {
view->need_update = true;
}