[PATCH] shell32 - handle WM_CLOSE in the Control Panel window (fixed)

James McKenzie jjmckenzie51 at earthlink.net
Thu Aug 21 22:44:51 CDT 2008


Vincent Povirk wrote:
> Why doesn't the WM_DESTROY case handle this properly? At first glance,
> it appears to have code for stopping the running applets and quitting
> from the main loop.
>
>   
WM_CLOSE is different than WM_DESTROY.  This is a missing case that
needs to be handled whenever the Windows Manger receives this message. 
Good catch, Steven.

James McKenzie




More information about the wine-devel mailing list