aboutsummaryrefslogtreecommitdiff
path: root/view.c
diff options
context:
space:
mode:
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;
}