forked from github/server
Schemen im CR
Issue: 1697
This commit is contained in:
parent
60d9e616a8
commit
11f3b5d727
1 changed files with 3 additions and 2 deletions
|
@ -1276,9 +1276,10 @@ cr_output_region(FILE * F, report_context * ctx, seen_region * sr)
|
||||||
while(rl2) {
|
while(rl2) {
|
||||||
region * r = rl2->data;
|
region * r = rl2->data;
|
||||||
int nx = r->x, ny = r->y;
|
int nx = r->x, ny = r->y;
|
||||||
|
plane * plx = rplane(r);
|
||||||
|
|
||||||
pnormalize(&nx, &ny, pl);
|
pnormalize(&nx, &ny, plx);
|
||||||
adjust_coordinates(f, &nx, &ny, pl, r);
|
adjust_coordinates(f, &nx, &ny, plx, r);
|
||||||
fprintf(F, "SCHEMEN %d %d\n", nx, ny);
|
fprintf(F, "SCHEMEN %d %d\n", nx, ny);
|
||||||
fprintf(F, "\"%s\";Name\n", rname(r, f->locale));
|
fprintf(F, "\"%s\";Name\n", rname(r, f->locale));
|
||||||
rl2 = rl2->next;
|
rl2 = rl2->next;
|
||||||
|
|
Loading…
Reference in a new issue