Next attempt at dynlib.cpp
Disabled ImLib's cashing Confirmed Vadim's changes to wxListCtrl :-) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@590 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -99,7 +99,7 @@ wxBitmapRefData::~wxBitmapRefData(void)
|
||||
{
|
||||
#ifdef USE_GDK_IMLIB
|
||||
if (m_pixmap) gdk_imlib_free_pixmap( m_pixmap );
|
||||
if (m_image) gdk_imlib_destroy_image( m_image );
|
||||
if (m_image) gdk_imlib_kill_image( m_image );
|
||||
#else
|
||||
if (m_pixmap) gdk_pixmap_unref( m_pixmap );
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user