mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-24 11:41:58 +00:00
libframe: add frredraw prototype
This commit is contained in:
parent
611cf11c03
commit
29e9b5683e
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue