Delegate wxGraphicsBitmap::ConvertToImage to the renderer so we do not end up with...
authorRobin Dunn <robin@alldunn.com>
Thu, 20 Oct 2011 04:49:12 +0000 (04:49 +0000)
committerRobin Dunn <robin@alldunn.com>
Thu, 20 Oct 2011 04:49:12 +0000 (04:49 +0000)
commit6e6f074b45b065b6745caecd25324615bc77ab3b
tree5f6c98284650bc411dfe7ad6f0b74d068cc50237
parentc9b7d15bbb90681caaafa439c81b034f40320714
Delegate wxGraphicsBitmap::ConvertToImage to the renderer so we do not end up with more than one definition of the method when building with both the GDI+ GC and the Cairo GC enabled at the same time.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@69485 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/graphics.h
interface/wx/graphics.h
src/generic/graphicc.cpp
src/msw/graphics.cpp
src/osx/carbon/graphics.cpp