X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Foutput%2Ftable-select.c;h=b7e431a28feaec9f00eb942bcd71eec0d8e57a4a;hb=5e05ce94d98d7bb9ef99d53334429ff183bd1b93;hp=5bbc8caa1eb948bec775c2d27ff652696356487f;hpb=1d0b435ea6ca932d3e1c446db402ec41b9024ccd;p=pspp diff --git a/src/output/table-select.c b/src/output/table-select.c index 5bbc8caa1e..b7e431a28f 100644 --- a/src/output/table-select.c +++ b/src/output/table-select.c @@ -194,12 +194,12 @@ table_select_get_cell (const struct table *ti, int x, int y, static int table_select_get_rule (const struct table *ti, enum table_axis axis, - int x, int y) + int x, int y, struct cell_color *color) { struct table_select *ts = table_select_cast (ti); return table_get_rule (ts->subtable, axis, x + ts->ofs[TABLE_HORZ], - y + ts->ofs[TABLE_VERT]); + y + ts->ofs[TABLE_VERT], color); } static struct table *