# HG changeset patch # User nadvornik # Date 1243112841 0 # Node ID 25bed5b179be27d22b9eb5a26336703e73ff1a9e # Parent 30c98d03efae0b440c3ef1f981fdbad741405a4b enabled PageSize code https://bugzilla.redhat.com/show_bug.cgi?id=222639 diff -r 30c98d03efae -r 25bed5b179be 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 */