Index: trunk/psLib/src/image/psImage.h
===================================================================
--- trunk/psLib/src/image/psImage.h	(revision 2879)
+++ trunk/psLib/src/image/psImage.h	(revision 2970)
@@ -11,6 +11,6 @@
  *  @author Ross Harman, MHPCC
  *
- *  @version $Revision: 1.44 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2005-01-04 02:34:57 $
+ *  @version $Revision: 1.45 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2005-01-13 03:26:23 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -82,8 +82,8 @@
 typedef struct
 {
-    double x0;                         ///< the first column of the region.
-    double x1;                         ///< the last column of the region.
-    double y0;                         ///< the first row of the region.
-    double y1;                         ///< the last row of the region.
+    psF32 x0;                         ///< the first column of the region.
+    psF32 x1;                         ///< the last column of the region.
+    psF32 y0;                         ///< the first row of the region.
+    psF32 y1;                         ///< the last row of the region.
 }
 psRegion;
@@ -112,8 +112,8 @@
  */
 psRegion* psRegionAlloc(
-    double x0,                         ///< the first column of the region.
-    double x1,                         ///< the last column of the region.
-    double y0,                         ///< the first row of the region.
-    double y1                          ///< the last row of the region.
+    psF32 x0,                         ///< the first column of the region.
+    psF32 x1,                         ///< the last column of the region.
+    psF32 y0,                         ///< the first row of the region.
+    psF32 y1                          ///< the last row of the region.
 );
 
