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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tksao/frame/frame.h b/tksao/frame/frame.h
index 8ea57ff..2f981b1 100644
--- a/tksao/frame/frame.h
+++ b/tksao/frame/frame.h
@@ -49,6 +49,8 @@ class Frame : public FrameBase {
unsigned char* fillMask(FitsMask*, int, int, Coord::InternalSystem);
int validColorScale() {return colorScale ? 1 : 0;}
void updateColorCells(unsigned char*, int);
+ void updateMaskMatrices();
+ void loadDone(int);
public:
Frame(Tcl_Interp*, Tk_Canvas, Tk_Item*);