output: Add support for cell margins.
[pspp] / src / output / render.h
index 5089a3bdd4e19996d4888ed6eba30a5f06e8639e..f04eb79005df1b8a5ffc0a66d6b5d2b2b2b95f7d 100644 (file)
@@ -100,7 +100,9 @@ struct render_params
        of the cell that lies within CLIP should actually be drawn, although BB
        should used to determine the layout of the cell. */
     void (*draw_cell) (void *aux, const struct table_cell *cell,
-                       int bb[TABLE_N_AXES][2], int clip[TABLE_N_AXES][2]);
+                       int bb[TABLE_N_AXES][2],
+                       int spill[TABLE_N_AXES][2],
+                       int clip[TABLE_N_AXES][2]);
 
     /* Auxiliary data passed to each of the above functions. */
     void *aux;