winspool: implement EnumFormsA/W for form level 1, add a few builtinforms

Dmitry Timoshkov dmitry at codeweavers.com
Tue Dec 11 07:56:46 CST 2007


"Marcel Partap" <mpartap at gmx.net> wrote:

> +static const struct builtin_form builtin_forms[] = {
> +    {{'L','e','t','t','e','r',0}, {{216000,279000}, {0,0,216000,279000}, 0, FORM_BUILTIN}},
> +    {{'A','3',0}, {{297000,420000}, {0,0,297000,420000}, 0, FORM_BUILTIN}},
> +    {{'A','4',0}, {{210000,297000}, {0,0,210000,297000}, 0, FORM_BUILTIN}},
> +    {{'A','5',0}, {{148000,210000}, {0,0,148000,210000}, 0, FORM_BUILTIN}} };

I guess this info should be fetched from the printer, not hard coded.

-- 
Dmitry.



More information about the wine-devel mailing list