libframe: add frredraw prototype

This commit is contained in:
Russ Cox 2008-07-20 03:18:49 -04:00
parent 611cf11c03
commit 29e9b5683e

View file

@ -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);