]> git.saurik.com Git - wxWidgets.git/commit - src/x11/bitmap.cpp
Implement bitmap mask copying in wxX11.
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 10 Nov 2010 13:53:08 +0000 (13:53 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 10 Nov 2010 13:53:08 +0000 (13:53 +0000)
commit04a8da5f571fab1ac2c7295107f9e435d3f39d78
tree6cd6a0a1f143641a3ccb7437f5267b8cea96fe2d
parent5f480c0bf140db144e00993b060af28e45cd9c94
Implement bitmap mask copying in wxX11.

Copy the mask pixmap properly in wxX11, otherwise copying masks resulted in
freeing the same pixmap twice and an X error.

This fixes the bitmap unit test for wxX11.

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