# HG changeset patch # User nadvornik # Date 1243112841 0 # Node ID 3f47ab223486dc9a3127e9cd713973c79b977ece # Parent 659793b79424e73d6346237de3fafee897a03df3 enabled PageSize code https://bugzilla.redhat.com/show_bug.cgi?id=222639 diff -r 659793b79424 -r 3f47ab223486 src/print.c --- a/src/print.c Thu May 21 09:54:20 2009 +0000 +++ b/src/print.c Sat May 23 21:07:21 2009 +0000 @@ -1120,7 +1120,8 @@ g_fprintf(f, "%%%%Title:\n"); /* setup page size, coordinates (do we really need this?) */ -#if 0 + /* enabled for 1.0beta2 https://bugzilla.redhat.com/222639 */ +#if 1 g_fprintf(f, "<<\n"); g_fprintf(f, "/PageSize [%f %f]\n", pw->layout_width, pw->layout_height); g_fprintf(f, "/ImagingBBox [%f %f %f %f]\n", /* l b r t */