Index: branches/bug100/psLib/src/image/psPixels.h
===================================================================
--- branches/bug100/psLib/src/image/psPixels.h	(revision 3750)
+++ branches/bug100/psLib/src/image/psPixels.h	(revision 3756)
@@ -7,6 +7,6 @@
  *  @author Robert DeSonia, MHPCC
  *
- *  @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2005-04-22 00:06:41 $
+ *  @version $Revision: 1.3.8.1 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2005-04-22 01:23:15 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -20,4 +20,11 @@
 /// @addtogroup Image
 /// @{
+
+typedef struct
+{
+    psS32 x;
+    psS32 y;
+}
+psPixelCoord;
 
 /** list of pixel coordinates
@@ -33,6 +40,7 @@
 typedef struct
 {
-    psVector *x;                       ///< x coordinate
-    psVector *y;                       ///< y coordinate
+    int n;
+    int nalloc;
+    psPixelCoord* data;
 }
 psPixels;
