diff options
Diffstat (limited to 'src/LineMarker.h')
| -rw-r--r-- | src/LineMarker.h | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/src/LineMarker.h b/src/LineMarker.h index b417ec34d..c13d4f4d0 100644 --- a/src/LineMarker.h +++ b/src/LineMarker.h @@ -45,6 +45,7 @@ public:  	void SetXPM(const char *textForm);  	void SetXPM(const char *const *linesForm);  	void SetRGBAImage(Point sizeRGBAImage, float scale, const unsigned char *pixelsRGBAImage); +	void AlignedPolygon(Surface *surface, const Point *pts, size_t npts) const;  	void Draw(Surface *surface, const PRectangle &rcWhole, const Font *fontForCharacter, FoldPart part, int marginStyle) const;  	void DrawFoldingMark(Surface *surface, const PRectangle &rcWhole, FoldPart part) const;  }; | 
