[Gimp-developer] printing question
Sven Neumann
sven at gimp.org
Tue May 27 23:39:00 PDT 2008
Hi,
On Wed, 2008-05-28 at 12:47 +0800, cc wrote:
> Can someone point out what's the point of this? As far as
> I know and see, regardless of whether info->data->use_full_page
> is true or false, the *page_width and *page_height are set
> to the same thing.
Look again, the code in the if clauses is different. In one case
get_paper_width() is used and in the other case it's a call to
get_page_width().
If you want to fix bugs in the print code, then it is pretty much
pointless to look at the code of the print plug-in. Your problem is
almost definitely somewhere in the Win32 backend code of GtkPrint. You
will find this code in gtk+.
Sven
More information about the Gimp-developer
mailing list