Index: eps.c =================================================================== --- eps.c (revision 31000) +++ eps.c (revision 31001) @@ -299,7 +299,7 @@ } ctx.view = *bounds; - pcbhl_expose_main(&eps_hid, &ctx, xform); + rnd_expose_main(&eps_hid, &ctx, xform); eps_print_footer(f); Index: ps.c =================================================================== --- ps.c (revision 31000) +++ ps.c (revision 31001) @@ -586,14 +586,14 @@ fprintf(the_file, "/tocp { /y y 12 sub def 90 y moveto rightshow } bind def\n"); global.doing_toc = 1; - global.pagecount = 1; /* 'pagecount' is modified by pcbhl_expose_main() call */ - pcbhl_expose_main(&ps_hid, &global.exps, xform); + global.pagecount = 1; /* 'pagecount' is modified by rnd_expose_main() call */ + rnd_expose_main(&ps_hid, &global.exps, xform); } global.pagecount = 1; /* Reset 'pagecount' if single file */ global.doing_toc = 0; ps_set_layer_group(rnd_render, -1, NULL, -1, -1, 0, -1, NULL); /* reset static vars */ - pcbhl_expose_main(&ps_hid, &global.exps, xform); + rnd_expose_main(&ps_hid, &global.exps, xform); if (the_file) fprintf(the_file, "showpage\n");