wxUniversal fixes:
authorJulian Smart <julian@anthemion.co.uk>
Mon, 22 Apr 2002 09:09:40 +0000 (09:09 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Mon, 22 Apr 2002 09:09:40 +0000 (09:09 +0000)
commit9fd9e47a93dfcdd99c2722e288a0f28a51ce6f5f
treeb03fc5eaf2a8c4fe61d1cd536e722c63ae4b698a
parentf16e72c8371e1dd64eb44b65148dcf6b9cfcb8e1
wxUniversal fixes:
window.cpp's WM_CLOSE now calls Close() for wxUniv, else dialogs/
frames won't get closed using system menu/button.
Added missing NULL init for m_artProvider in themes to cure crash
Added 2 sample dsp files for wxUniv (not ideal perhaps but
it will save these getting lost, and much user frustration)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15231 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
distrib/msw/vc.rsp
samples/minimal/minimalUniv.dsp [new file with mode: 0644]
samples/widgets/widgetsUniv.dsp [new file with mode: 0644]
src/msw/window.cpp
src/univ/themes/metal.cpp