X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Foutput%2Frender.h;h=cceea9e72323a95edbef1083ecf2da07740cc844;hb=6499a5881aeaa1e53b761f624e341652015d795e;hp=f04eb79005df1b8a5ffc0a66d6b5d2b2b2b95f7d;hpb=7e0d00ad64b1957062f6f06c119e8808b9e6b727;p=pspp diff --git a/src/output/render.h b/src/output/render.h index f04eb79005..cceea9e723 100644 --- a/src/output/render.h +++ b/src/output/render.h @@ -93,7 +93,8 @@ struct render_params STYLES[TABLE_VERT][0]: style of line from left of BB to its center. STYLES[TABLE_VERT][1]: style of line from right of BB to its center. */ void (*draw_line) (void *aux, int bb[TABLE_N_AXES][2], - enum render_line_style styles[TABLE_N_AXES][2]); + enum render_line_style styles[TABLE_N_AXES][2], + struct cell_color colors[TABLE_N_AXES][2]); /* Draws CELL within bounding box BB. CLIP is the same as BB (the common case) or a subregion enclosed by BB. In the latter case only the part