server: Connect to the window station and desktop specified by startup info.
authorAlexandre Julliard <julliard@winehq.org>
Mon, 27 Mar 2006 10:57:17 +0000 (12:57 +0200)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 27 Mar 2006 10:57:17 +0000 (12:57 +0200)
commit90af5a0d178991dc1ed79899d9b764a6352133f6
treed1c00809c5cc8a566a1fc8e333b74bf89b6675cf
parent641e9e382f8b8ae04296eb94673066e5e5566170
server: Connect to the window station and desktop specified by startup info.

If window station and desktop aren't inherited from the parent, don't
connect to them from the server, but from the USER init code where we
can get the proper values from the startup info structure.
dlls/user/user_main.c
server/process.c
server/user.h
server/window.c
server/winstation.c