summaryrefslogtreecommitdiffstats
path: root/src/bltGrMarkerText.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/bltGrMarkerText.h')
-rw-r--r--src/bltGrMarkerText.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/bltGrMarkerText.h b/src/bltGrMarkerText.h
index 9d8d1f3..979518e 100644
--- a/src/bltGrMarkerText.h
+++ b/src/bltGrMarkerText.h
@@ -62,6 +62,10 @@ class TextMarker : public Marker {
private:
int configure();
void draw(Drawable);
+ void map();
+ int pointIn(Point2d*);
+ int regionIn(Region2d*, int);
+ void postscript(Blt_Ps);
public:
TextMarker(Graph*, const char*);