X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Foutput%2Ftable-stomp.c;h=075a2d2ba21de07d634ae8043e34805645a26a7a;hb=6499a5881aeaa1e53b761f624e341652015d795e;hp=e9df26a95f6bfcf28593a2df30d1d7c9e97b9493;hpb=7e0d00ad64b1957062f6f06c119e8808b9e6b727;p=pspp diff --git a/src/output/table-stomp.c b/src/output/table-stomp.c index e9df26a95f..075a2d2ba2 100644 --- a/src/output/table-stomp.c +++ b/src/output/table-stomp.c @@ -146,12 +146,14 @@ table_stomp_get_cell (const struct table *t, int x, int y UNUSED, static int table_stomp_get_rule (const struct table *t, - enum table_axis axis, int x, int y) + enum table_axis axis, int x, int y, + struct cell_color *color) { struct table_stomp *ts = table_stomp_cast (t); return table_get_rule (ts->subtable, axis, x, - axis == H || y == 0 ? y : ts->subtable->n[V]); + axis == H || y == 0 ? y : ts->subtable->n[V], + color); } static const struct table_class table_stomp_class =