Re: Compatability problem in wineps driver

2004-02-12 Thread gslink
If you feel that that will handle the problem without causing another then please submit the patch. I suspect a flag in config is not necessary but people who submit patches to something as complex as Wine without fully understanding the problem usually cause a problem.

Re: Compatability problem in wineps driver

2004-02-12 Thread Huw D M Davies
On Tue, Feb 10, 2004 at 12:33:46PM -0500, gslink wrote: > It appears that a check needs to be made in ps.c. The method > PSDRV_WriteSetFont passes the parameter size. In some early Win 95 > versions there was a bug that required that parameter to be negative and > some early windows programs m

Compatability problem in wineps driver

2004-02-10 Thread gslink
It appears that a check needs to be made in ps.c. The method PSDRV_WriteSetFont passes the parameter size. In some early Win 95 versions there was a bug that required that parameter to be negative and some early windows programs make size negative. This produces garbage. It appears that Win