libframe: translucent font fixes from Plan 9
This commit is contained in:
parent
4163694051
commit
57851b6412
3 changed files with 32 additions and 9 deletions
|
|
@ -60,7 +60,7 @@ void frinsert(Frame*, Rune*, Rune*, ulong);
|
|||
void frselect(Frame*, Mousectl*);
|
||||
void frselectpaint(Frame*, Point, Point, Image*);
|
||||
void frdrawsel(Frame*, Point, ulong, ulong, int);
|
||||
void frdrawsel0(Frame*, Point, ulong, ulong, Image*, Image*);
|
||||
Point frdrawsel0(Frame*, Point, ulong, ulong, Image*, Image*);
|
||||
void frinit(Frame*, Rectangle, Font*, Image*, Image**);
|
||||
void frsetrects(Frame*, Rectangle, Image*);
|
||||
void frclear(Frame*, int);
|
||||
|
|
@ -82,7 +82,7 @@ void _fradvance(Frame*, Point*, Frbox*);
|
|||
int _frnewwid(Frame*, Point, Frbox*);
|
||||
int _frnewwid0(Frame*, Point, Frbox*);
|
||||
void _frclean(Frame*, Point, int, int);
|
||||
void _frredraw(Frame*, Point);
|
||||
void _frdrawtext(Frame*, Point, Image*, Image*);
|
||||
void _fraddbox(Frame*, int, int);
|
||||
Point _frptofcharptb(Frame*, ulong, Point, int);
|
||||
Point _frptofcharnb(Frame*, ulong, int);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue