From 38a5a1bfddd9beab8370970084514eba5cfd8486 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Sun, 26 Feb 2006 00:58:22 +0000 Subject: Translucency implementation for INDIC_ROUNDBOX and caret line. --- include/Platform.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/Platform.h') diff --git a/include/Platform.h b/include/Platform.h index 395ebf83d..60d7896ac 100644 --- a/include/Platform.h +++ b/include/Platform.h @@ -322,6 +322,8 @@ public: virtual void FillRectangle(PRectangle rc, ColourAllocated back)=0; virtual void FillRectangle(PRectangle rc, Surface &surfacePattern)=0; virtual void RoundedRectangle(PRectangle rc, ColourAllocated fore, ColourAllocated back)=0; + virtual void AlphaRectangle(PRectangle rc, int cornerSize, ColourAllocated fill, int alphaFill, + ColourAllocated outline, int alphaOutline, int flags)=0; virtual void Ellipse(PRectangle rc, ColourAllocated fore, ColourAllocated back)=0; virtual void Copy(PRectangle rc, Point from, Surface &surfaceSource)=0; -- cgit v1.2.3