Module: wine Branch: refs/heads/master Commit: 90af5a0d178991dc1ed79899d9b764a6352133f6 URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=90af5a0d178991dc1ed79899...
Author: Alexandre Julliard julliard@winehq.org Date: Mon Mar 27 12:57:17 2006 +0200
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 | 47 ++++++++++++++++++++++ server/process.c | 6 +-- server/user.h | 5 +- server/window.c | 1 server/winstation.c | 106 +++++++++++++++++++++++++++---------------------- 5 files changed, 111 insertions(+), 54 deletions(-)
Diff: http://source.winehq.org/git/?p=wine.git;a=commitdiff;h=90af5a0d178991dc1ed7...