André Hentschel
054ca8f3c7
wineboot: Remove dead code (Clang).
...
Signed-off-by: André Hentschel <nerv@dawncrow.de>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2015-12-25 14:06:52 +01:00
Ken Thomases
a05b53894a
wineboot: Ignore 0 result from WM_QUERYENDSESSION if target window was destroyed.
2014-01-17 11:02:48 +01:00
Frédéric Delanoy
189ac56e6d
wineboot: Use BOOL type where appropriate.
2013-10-23 11:21:49 +02:00
Vincent Povirk
da8904d150
wineboot: Don't abort shutdown if we have to terminate a process.
...
We can sometimes get a FALSE result from WM_QUERYENDSESSION as a side-effect
of terminating a process. We should continue the shutdown process in this
case.
2010-07-23 11:43:18 +02:00
Vincent Povirk
4f30ff875b
wineboot: Query windows from all desktops when --end-session --kill is used.
2010-07-23 11:43:12 +02:00
Vincent Povirk
0926dd96f6
wineboot: Terminate processes immediately after WM_ENDSESSION.
...
Once a process returns from WM_ENDSESSION, we can assume it has finished
doing any cleanup it needs but will most likely not shut down on its own.
2009-12-11 11:51:54 +01:00
Alexandre Julliard
b66685cdd8
programs: Build the programs that support it with -DWINE_NO_UNICODE_MACROS.
2008-09-03 14:21:41 +02:00
Francois Gouget
bbf17b0a86
wineboot: Add a reminder that EWX_FORCEIFHUNG is not implemented.
2007-10-29 12:04:33 +01:00
Rob Shearman
5cbdbe629e
wineboot: Add a timeout dialog when any WM_QUERYENDSESSION or WM_ENDSESSION messages take too long.
2007-10-01 14:50:10 +02:00
Michael Stefaniuc
6c1ac02631
wineboot: Win64 printf format warning fixes.
2006-10-03 11:15:37 +02:00
Alexandre Julliard
54da7fb8cf
wineboot: Added support for doing a proper shutdown before rebooting.
...
Send WM_QUERYENDSESSION messages to all windows of a given process
before moving on to the next.
Switch option parsing to getopt.
Added a bunch of options to control shutdown behavior.
2006-08-17 20:54:15 +02:00