ChangeSet ID: 18055
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/06/09 07:07:12
Modified files:
server : winstation.c user.h thread.c process.h
process.c handle.c
dlls/user/tests: winstation.c
Log message:
The desktop of a new thread should be set from the process initial
desktop, not from the parent thread.
Fixed a couple of bugs in the desktop name handling.
Patch: http://cvs.winehq.org/patch.py?id=18055
Old revision New revision Changes Path
1.2 1.3 +19 -21 wine/server/winstation.c
1.30 1.31 +1 -1 wine/server/user.h
1.113 1.114 +1 -2 wine/server/thread.c
1.47 1.48 +1 -0 wine/server/process.h
1.129 1.130 +3 -1 wine/server/process.c
1.30 1.31 +1 -1 wine/server/handle.c
1.2 1.3 +6 -2 wine/dlls/user/tests/winstation.c