diff options
author | nyamatongwe <unknown> | 2006-02-26 00:58:22 +0000 |
---|---|---|
committer | nyamatongwe <unknown> | 2006-02-26 00:58:22 +0000 |
commit | 3443ea8530e6e6f2a1195b4ae472e9c50b9434f4 (patch) | |
tree | 43f3b3cd67b11f8e5950bbae9e9ed0fc02af99ed /include/Platform.h | |
parent | f6994eeda16b695b2abcb9654e704749b28a85b1 (diff) | |
download | scintilla-mirror-3443ea8530e6e6f2a1195b4ae472e9c50b9434f4.tar.gz |
Translucency implementation for INDIC_ROUNDBOX and caret line.
Diffstat (limited to 'include/Platform.h')
-rw-r--r-- | include/Platform.h | 2 |
1 files changed, 2 insertions, 0 deletions
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; |