From 24e963a1d541cef7737ce33e4adb9d2f5399d054 Mon Sep 17 00:00:00 2001 From: ellson Date: Fri, 14 Mar 2008 22:08:40 +0000 Subject: [PATCH] partial fix for bug #1315 - makes translations the same in -Tps and -Tpdf --- lib/gvc/gvcjob.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/gvc/gvcjob.h b/lib/gvc/gvcjob.h index f97cdde53..5691d678a 100644 --- a/lib/gvc/gvcjob.h +++ b/lib/gvc/gvcjob.h @@ -315,7 +315,9 @@ extern "C" { pointf pad; /* padding around bb - graph units */ boxf clip; /* clip region in graph units */ boxf pageBox; /* current page in graph units */ +#ifdef WITH_CODEGENS pointf pageOffset; /* offset for current page in graph units */ +#endif pointf pageSize; /* page size in graph units */ pointf focus; /* viewport focus - graph units */ -- 2.50.1