summaryrefslogtreecommitdiffstats
path: root/tksao/magnifier/magnifiertrue.h
blob: 5aa3c4e191f7aa84459b429d2dcd3f7eb1303b07 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// Copyright (C) 1999-2017
// 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