aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/frame.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/frame.h b/include/frame.h
index 765641ed..c4ebd160 100644
--- a/include/frame.h
+++ b/include/frame.h
@@ -64,6 +64,7 @@ Point frdrawsel0(Frame*, Point, ulong, ulong, Image*, Image*);
void frinit(Frame*, Rectangle, Font*, Image*, Image**);
void frsetrects(Frame*, Rectangle, Image*);
void frclear(Frame*, int);
+void frredraw(Frame*);
uchar *_frallocstr(Frame*, unsigned);
void _frinsure(Frame*, int, unsigned);