aboutsummaryrefslogtreecommitdiffhomepage
path: root/macosx/PlatMacOSX.h
diff options
context:
space:
mode:
Diffstat (limited to 'macosx/PlatMacOSX.h')
-rw-r--r--macosx/PlatMacOSX.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/macosx/PlatMacOSX.h b/macosx/PlatMacOSX.h
index 58e1bc6d7..492c0d18a 100644
--- a/macosx/PlatMacOSX.h
+++ b/macosx/PlatMacOSX.h
@@ -70,6 +70,7 @@ public:
void RoundedRectangle(PRectangle rc, ColourAllocated fore, ColourAllocated back);
void AlphaRectangle(PRectangle rc, int cornerSize, ColourAllocated fill, int alphaFill,
ColourAllocated outline, int alphaOutline, int flags);
+ void DrawRGBAImage(PRectangle rc, int width, int height, const unsigned char *pixelsImage);
void Ellipse(PRectangle rc, ColourAllocated fore, ColourAllocated back);
void Copy(PRectangle rc, Scintilla::Point from, Surface &surfaceSource);