aboutsummaryrefslogtreecommitdiff
path: root/view.h
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.h
parent810e8a9a6ecd8557b371c5d9c51c718e372b0fb4 (diff)
downloadvis-617f5e2050d317d69336dd87c44787509c5fb861.tar.gz
vis-617f5e2050d317d69336dd87c44787509c5fb861.tar.xz
view: rename view_dirty to view_invalidate
Diffstat (limited to 'view.h')
-rw-r--r--view.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/view.h b/view.h
index 6c30b51..c382505 100644
--- a/view.h
+++ b/view.h
@@ -42,7 +42,7 @@ void view_free(View*);
bool view_resize(View*, int width, int height);
int view_height_get(View*);
int view_width_get(View*);
-void view_dirty(View*);
+void view_invalidate(View*);
void view_draw(View*);
bool view_update(View*);
/* changes how many spaces are used for one tab (must be >0), redraws the window */