aboutsummaryrefslogtreecommitdiff
path: root/include/frame.h
diff options
context:
space:
mode:
authorRuss Cox <rsc@swtch.com>2008-03-07 13:20:00 -0500
committerRuss Cox <rsc@swtch.com>2008-03-07 13:20:00 -0500
commit57851b64122b4a9e6a2289b8b96a447f49f68bae (patch)
tree932d7f7a81138afaa343f854346e8ee43ae56103 /include/frame.h
parent41636940514d72e2a941f55f28dc07685e74b3b4 (diff)
downloadplan9port-57851b64122b4a9e6a2289b8b96a447f49f68bae.tar.gz
plan9port-57851b64122b4a9e6a2289b8b96a447f49f68bae.tar.bz2
plan9port-57851b64122b4a9e6a2289b8b96a447f49f68bae.zip
libframe: translucent font fixes from Plan 9
Diffstat (limited to 'include/frame.h')
-rw-r--r--include/frame.h4
1 files changed, 2 insertions, 2 deletions
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);