render_slices_struct.h
changeset 18 86f2e5b7191b
parent 17 8e8b56b0e0f5
child 19 d18606bb6f20
--- a/render_slices_struct.h	Mon Jun 09 03:15:34 2008 +0300
+++ b/render_slices_struct.h	Mon Jun 09 18:58:39 2008 +0300
@@ -17,16 +17,16 @@
         
         // our offset into rowbuf
         size_t row_offset;
-        
+
         // pointer back to parent
         struct render_slices *self;
     } slices[RENDER_SLICES_MAX];
     
     // how many slices are in use
     size_t num_slices;
-
+    
     // how many slices have reported the current row as done
-    size_t slices_done;
+    size_t segments_done;
 
     // the a pointer to the raw memory buffer
     unsigned char *rowbuf;