user32: Handle the undocumented behaviour in DefWindowProc for WM_NCACTIVATE that...
authorRob Shearman <rob@codeweavers.com>
Tue, 18 Mar 2008 12:06:59 +0000 (12:06 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Wed, 19 Mar 2008 10:18:36 +0000 (11:18 +0100)
commit076c6fb550996f59ad678886d7497a0cfddd10ca
tree32ef3f9abeb07c3e316268d12c0000304469fd19
parent34fe91bf2b038806fcbe0caaa135aaf678e87410
user32: Handle the undocumented behaviour in DefWindowProc for WM_NCACTIVATE that causes the nonclient area not to be redrawn.

If the lParam is 0xffffffff then the nonclient area is not redrawn.
dlls/user32/controls.h
dlls/user32/defwnd.c
dlls/user32/nonclient.c