server: Support for closing the desktop window.
authorAlexandre Julliard <julliard@winehq.org>
Mon, 6 Mar 2006 20:02:24 +0000 (21:02 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 6 Mar 2006 20:02:24 +0000 (21:02 +0100)
commitf978f615d8d89f5e3dc7056cfff7b34e1f174295
treed6975360aa36c27bfd81da2156c08ea5a7f645fa
parent8cea993033944e927e6bcbceda647322d00916e5
server: Support for closing the desktop window.

If a thread is owning the desktop window, when all other users of the
desktop have exited, signal the owner to close the desktop (with a 1
second delay).
server/process.c
server/user.h
server/window.c
server/winstation.c