X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Foutput%2Frender.h;h=600bfd93449982e3608b717e029a787964a6ad10;hb=5d626fa11b736925983b615d4e3fba000a0ce75b;hp=cceea9e72323a95edbef1083ecf2da07740cc844;hpb=01d6db8119ca4553d61841f2a9248712d4c6e0dc;p=pspp diff --git a/src/output/render.h b/src/output/render.h index cceea9e723..600bfd9344 100644 --- a/src/output/render.h +++ b/src/output/render.h @@ -100,7 +100,7 @@ struct render_params case) or a subregion enclosed by BB. In the latter case only the part 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, + void (*draw_cell) (void *aux, const struct table_cell *cell, int color_idx, int bb[TABLE_N_AXES][2], int spill[TABLE_N_AXES][2], int clip[TABLE_N_AXES][2]);