* Implement the wxMask copy constructor to retain the source object's
authorDavid Elliott <dfe@tgwbd.org>
Fri, 27 Jul 2007 20:57:50 +0000 (20:57 +0000)
committerDavid Elliott <dfe@tgwbd.org>
Fri, 27 Jul 2007 20:57:50 +0000 (20:57 +0000)
commit319fe1034c0bdecf2b3a34669f3a15782c60d0b2
treec0f19bd2d628716b7fd0670bed39fde9f9306cfb
parent77c1fa98ce364fb1c2b31a82bdd04f3a0ab75424
* Implement the wxMask copy constructor to retain the source object's
  m_cocoaNSBitmapImageRep (fixes multiple release bug).
* Add some debug messages for unimplemented wxMask::Create overloads.
* Implement mask creation w/ key color from 8-bpp grayscale bitmap.
  This makes the mask image in the drawing sample's mask page work.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47757 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/cocoa/bitmap.h
src/cocoa/bitmap.mm