commit 29e9b5683ec8d610140da9118e8f004f74bc6c77
parent 611cf11c03d8ff854c716802ec627b115a4343fc
Author: Russ Cox <rsc@swtch.com>
Date: Sun, 20 Jul 2008 03:18:49 -0400
libframe: add frredraw prototype
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git 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);