summaryrefslogtreecommitdiffstats
path: root/tksao/frame/frame.h
diff options
context:
space:
mode:
Diffstat (limited to 'tksao/frame/frame.h')
-rw-r--r--tksao/frame/frame.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tksao/frame/frame.h b/tksao/frame/frame.h
index f385a60..346a824 100644
--- a/tksao/frame/frame.h
+++ b/tksao/frame/frame.h
@@ -73,6 +73,7 @@ class Frame : public FrameBase {
void maskRangeCmd(double ll, double hh) {maskLow=ll; maskHigh=hh;}
void maskSystemCmd(Coord::CoordSystem);
void maskTransparencyCmd(float);
+ void markerCreateMaskCmd(const char*);
void colormapCmd(int, float, float, int, unsigned char*, int);
void colormapBeginCmd();