Index: trunk/psLib/src/imageops/psImageConvolve.h
===================================================================
--- trunk/psLib/src/imageops/psImageConvolve.h	(revision 4315)
+++ trunk/psLib/src/imageops/psImageConvolve.h	(revision 4316)
@@ -7,6 +7,6 @@
  *  @author Robert DeSonia, MHPCC
  *
- *  @version $Revision: 1.7 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2005-06-18 02:30:49 $
+ *  @version $Revision: 1.8 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2005-06-18 03:13:02 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -71,8 +71,8 @@
  */
 psKernel* psKernelAlloc(
-    psS32 xMin,                          ///< Most negative x index
-    psS32 xMax,                          ///< Most positive x index
-    psS32 yMin,                          ///< Most negative y index
-    psS32 yMax                           ///< Most positive y index
+    int xMin,                          ///< Most negative x index
+    int xMax,                          ///< Most positive x index
+    int yMin,                          ///< Most negative y index
+    int yMax                           ///< Most positive y index
 );
 
@@ -97,5 +97,5 @@
     const psVector* xShifts,           ///< list of x-axis shifts
     const psVector* yShifts,           ///< list of y-axis shifts
-    psBool relative
+    bool relative
     /**< specifies the starting point for the shifts; true=relative to previous shift
      *  false = relative to some other starting point.  */
