Store window icons in the window structure so that WM_SETICON can do
commit446d8321a7388d2a27b9c18064bc489dc8599bbf
authorAlexandre Julliard <julliard@winehq.org>
Wed, 31 Dec 2003 23:51:52 +0000 (31 23:51 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Wed, 31 Dec 2003 23:51:52 +0000 (31 23:51 +0000)
tree5522f8420460801b290509c655f60075cda493e6
parent9741589bdf4ea1a42e09cd37a36f424646a3999b
Store window icons in the window structure so that WM_SETICON can do
the right thing (based on a patch by Aric Stewart).
dlls/user/tests/win.c
dlls/x11drv/window.c
include/user.h
include/win.h
windows/defwnd.c
windows/nonclient.c
windows/win.c