19 Apr
2023
19 Apr
'23
8:23 a.m.
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? -- https://gitlab.winehq.org/wine/wine/-/merge_requests/2671#note_30481