diff options
Diffstat (limited to 'tksao/magnifier/magnifiertrue.h')
-rw-r--r-- | tksao/magnifier/magnifiertrue.h | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/tksao/magnifier/magnifiertrue.h b/tksao/magnifier/magnifiertrue.h new file mode 100644 index 0000000..3e6ea4d --- /dev/null +++ b/tksao/magnifier/magnifiertrue.h @@ -0,0 +1,18 @@ +// Copyright (C) 1999-2016 +// Smithsonian Astrophysical Observatory, Cambridge, MA, USA +// For conditions of distribution and use, see copyright notice in "copyright" + +#ifndef __magnifiertrue_h__ +#define __magnifiertrue_h__ + +#include "magnifier.h" + +class MagnifierTrueColor : public Magnifier { +private: + void clearPixmap(); + +public: + MagnifierTrueColor(Tcl_Interp*, Tk_Canvas, Tk_Item*); +}; + +#endif |