Blob Blame History Raw
diff -Nur geeqie-1.0alpha1-orig/src/print.c geeqie-1.0alpha1/src/print.c
--- geeqie-1.0alpha1-orig/src/print.c	2008-04-22 22:05:10.000000000 +0200
+++ geeqie-1.0alpha1/src/print.c	2008-04-25 18:16:25.000000000 +0200
@@ -1111,7 +1111,6 @@
 	fprintf(f, "%%%%Title:\n");
 
 	/* setup page size, coordinates (do we really need this?) */
-#if 0
 	fprintf(f, "<<\n");
 	fprintf(f, "/PageSize [%f %f]\n", pw->layout_width, pw->layout_height);
 	fprintf(f, "/ImagingBBox [%f %f %f %f]\n", /* l b r t */
@@ -1120,7 +1119,6 @@
 	fprintf(f, "/Orientation %d\n",
 		(pw->paper_orientation == PAPER_ORIENTATION_PORTRAIT) ? 0 : 1);
 	fprintf(f, ">> setpagedevice\n");
-#endif
 
 	ret = !pipe_handler_check(pe);
 	pipe_handler_free(pe);