git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6463
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
bool wxRegion::Xor( const wxRegion& region )
{
if (region.IsNull())
- return NULL;
+ return FALSE;
if (!m_refData)
{
y = 0;
w = -1;
h = -1;
- if (m_refData)
+ if (!m_refData)
return;
GdkRectangle rect;
bool wxRegion::Xor( const wxRegion& region )
{
if (region.IsNull())
- return NULL;
+ return FALSE;
if (!m_refData)
{
y = 0;
w = -1;
h = -1;
- if (m_refData)
+ if (!m_refData)
return;
GdkRectangle rect;