ChangeSet ID: 1005934458724374631419778
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard@wine2. 01/11/16 13:14:18
Modified files:
windows : defwnd.c
Log message:
Truncate the window text if it is too large for the request buffer.
Patch: http://cvs.winehq.com/patch.py?id=1005934458724374631419778
Revision Changes Path
1.70 +8 -4 wine/windows/defwnd.c
ChangeSet ID: 1005934303445243013557047
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard@wine2. 01/11/16 13:11:44
Modified files:
windows : class.c
Log message:
Joshua Thielen <thielen(a)netprince.net>
Local classes registered with USER instance handle now are now found
in CLASS_FindClassByAtom.
Patch: http://cvs.winehq.com/patch.py?id=1005934303445243013557047
Revision Changes Path
1.43 +19 -4 wine/windows/class.c