The desktop of a new thread should be set from the process initial
commit78a3e633778c42b5c5eb056e2c1cafd086658936
authorAlexandre Julliard <julliard@winehq.org>
Thu, 9 Jun 2005 12:07:12 +0000 (9 12:07 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 9 Jun 2005 12:07:12 +0000 (9 12:07 +0000)
tree556ff7efc333ad6cbbf1b36fd565bca1b92c0f6c
parentd69ddb7ae79c221ac8e6e85eee8ca077f7bebb2e
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.
dlls/user/tests/winstation.c
server/handle.c
server/process.c
server/process.h
server/thread.c
server/user.h
server/winstation.c