r187: *** empty log message ***
[ctsim.git] / include / sgp.h
index b026cdc6f1634cdcb67f2b08fae8b4633d28406a..a873d18d16e5c5529c3c5a51369903e730ea36d6 100644 (file)
@@ -9,7 +9,7 @@
 **  This is part of the CTSim program
 **  Copyright (C) 1983-2000 Kevin Rosenberg
 **
-**  $Id: sgp.h,v 1.16 2000/08/31 08:38:58 kevin Exp $
+**  $Id: sgp.h,v 1.17 2000/09/02 05:10:39 kevin Exp $
 **
 **  This program is free software; you can redistribute it and/or modify
 **  it under the terms of the GNU General Public License (version 2) as
@@ -202,7 +202,8 @@ public:
   void setMarker (int idMarker, int color);
   void setRasterOp (int ro);
 
-  void getViewport (double &xmin, double &ymin, double& xmax, double& ymax);
+  void getWindow (double& xmin, double& ymin, double& xmax, double& ymax);
+  void getViewport (double& xmin, double& ymin, double& xmax, double& ymax);
   void getTextExtent (const char *szText, double* x, double* y);
   double getCharHeight ();