Module: wine Branch: master Commit: 54da7fb8cf87e336ff9ec1cab6573920b522c5f3 URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=54da7fb8cf87e336ff9ec1ca... Author: Alexandre Julliard <julliard(a)winehq.org> Date: Thu Aug 17 20:54:15 2006 +0200 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. --- programs/wineboot/Makefile.in | 3 - programs/wineboot/shutdown.c | 189 +++++++++++++++++++++++++++++++++++++++++ programs/wineboot/wineboot.c | 74 +++++++++++++--- 3 files changed, 250 insertions(+), 16 deletions(-) create mode 100644 programs/wineboot/shutdown.c Diff: http://source.winehq.org/git/?p=wine.git;a=commitdiff;h=54da7fb8cf87e336ff9e...