ChangeSet ID: 8566 CVSROOT: /home/winehq/opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2003/06/23 14:57:08
Modified files: dlls/wineps : type42.c psdrv.h ps.c escape.c download.c
Log message: Huw Davies huw@codeweavers.com For PostScript versions < 2.015 we need to explicitly allocate space for the 'glyf' array. To conserve VM, we only allow up to two fonts to be downloaded before reclaiming their VM.
Patch: http://cvs.winehq.com/patch.py?root=/home/winehq/opt/cvs-commit&id=8566
Old revision New revision Changes Path 1.3 1.4 +89 -69 wine/dlls/wineps/type42.c 1.39 1.40 +1 -1 wine/dlls/wineps/psdrv.h 1.17 1.18 +2 -1 wine/dlls/wineps/ps.c 1.19 1.20 +1 -1 wine/dlls/wineps/escape.c 1.4 1.5 +38 -1 wine/dlls/wineps/download.c