diff options
Diffstat (limited to 'tksao/frame/base.h')
-rw-r--r-- | tksao/frame/base.h | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/tksao/frame/base.h b/tksao/frame/base.h index 4ee4024..5ee2824 100644 --- a/tksao/frame/base.h +++ b/tksao/frame/base.h @@ -249,12 +249,12 @@ public: int useCrosshair; - int precArcsec; - int precArcmin; - int precDeg; - int precLinear; - int precHMS; - int precDMS; + int precLinear_; + int precDeg_; + int precHMS_; + int precDMS_; + int precArcmin_; + int precArcsec_; int markerEpsilon; // mouse tolerance for select/edit int showMarkers; @@ -1646,6 +1646,9 @@ public: // Pixel Table Commands void getPixelTableCmd(const Vector&, Coord::InternalSystem, int, int, char*); + // Precision Commands + void precCmd(int, int, int, int, int, int); + // Print Commands #ifdef MAC_OSX_TK void macosxPrintCmd(); |