ChangeSet ID: 997901568163624025415629
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard@wine2. 01/08/15 14:52:48
Modified files:
graphics/x11drv: xfont.c
Log message:
Jeremy White <jwhite(a)codeweavers.com>
Normalize the display name used to build the cached metric filename so
that ':0', ':0.0', and 'unix:0.0' all resolve to the same file.
Patch: http://cvs.winehq.com/patch.py?id=997901568163624025415629
Revision Changes Path
1.81 +20 -3 wine/graphics/x11drv/xfont.c
ChangeSet ID: 997896847856035508215427
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard@wine2. 01/08/15 13:34:07
Modified files:
win32 : except.c
Log message:
Eric Pouech <eric.pouech(a)wanadoo.fr>
Modified the debugger launching code so that only one instance of the
debugger is created per process.
Patch: http://cvs.winehq.com/patch.py?id=997896847856035508215427
Revision Changes Path
1.46 +147 -86 wine/win32/except.c