Huw Davies (@huw) commented about dlls/wineps.drv/printproc.c:
return NULL; } data->pdev->dev.hdc = hdc;
- data->pdev->dev.next = &data->font_dev;
- data->font_dev.funcs = &font_funcs;
- data->font_dev.hdc = hdc;
What's the plan with this - how does this work when we switch the driver interface to the unix-side?