From 57851b64122b4a9e6a2289b8b96a447f49f68bae Mon Sep 17 00:00:00 2001 From: Russ Cox Date: Fri, 7 Mar 2008 13:20:00 -0500 Subject: libframe: translucent font fixes from Plan 9 --- include/frame.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include') diff --git a/include/frame.h b/include/frame.h index 1098a31e..765641ed 100644 --- a/include/frame.h +++ b/include/frame.h @@ -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); -- cgit v1.2.3