1. more drag and drop and clipboard changes:
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 18 Oct 1999 00:08:40 +0000 (00:08 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 18 Oct 1999 00:08:40 +0000 (00:08 +0000)
commitd59ceba5720b79347a1d63efe4497a768a819979
tree25919ea0ed21cb55c31c71df778f3fe78cea3342
parent23d277e683b40c84cf27a538d24e1acc019661a8
1. more drag and drop and clipboard changes:
 a) OLE clipboard works fine
 b) wxBitmapDataObject now accepts DIBs (but doesn't give them back :-( )
 c) bugs in sample corrected
2. wxFatalExit() replaced with wxFAIL_MSG() in bitmap.cpp and dcmemory.cpp
3. wxFrame::ClientToScreen and ScreenToClient() replaced with DoXXX() - like
   this, they don't hide the base class versions

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4039 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/msw/clipbrd.h
include/wx/msw/frame.h
include/wx/msw/ole/dataobj.h
samples/dnd/dnd.cpp
src/msw/bitmap.cpp
src/msw/clipbrd.cpp
src/msw/dcmemory.cpp
src/msw/frame.cpp
src/msw/ole/dataobj.cpp