Fixed some compilos. Things that still need fixing incl. logg.cpp compilation
and docvwmdi debugging git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10710 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -603,7 +603,7 @@ wxFrameGTK::~wxFrameGTK()
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
bool wxFrame::ShowFullScreen(bool show, long style )
|
bool wxFrameGTK::ShowFullScreen(bool show, long style )
|
||||||
{
|
{
|
||||||
if (show == m_fsIsShowing) return FALSE; // return what?
|
if (show == m_fsIsShowing) return FALSE; // return what?
|
||||||
|
|
||||||
@@ -1241,7 +1241,7 @@ bool wxFrameGTK::IsIconized() const
|
|||||||
return m_isIconized;
|
return m_isIconized;
|
||||||
}
|
}
|
||||||
|
|
||||||
void wxFrame::SetIconizeState(bool iconize)
|
void wxFrameGTK::SetIconizeState(bool iconize)
|
||||||
{
|
{
|
||||||
if ( iconize != m_isIconized )
|
if ( iconize != m_isIconized )
|
||||||
{
|
{
|
||||||
|
@@ -351,6 +351,7 @@ bool wxRegion::Intersect( const wxRegion& region )
|
|||||||
}
|
}
|
||||||
|
|
||||||
// we need to update the rect list as well
|
// we need to update the rect list as well
|
||||||
|
#if OLDCODE
|
||||||
wxList& list = *GetRectList();
|
wxList& list = *GetRectList();
|
||||||
wxNode *node = list.First();
|
wxNode *node = list.First();
|
||||||
while (node)
|
while (node)
|
||||||
@@ -372,7 +373,7 @@ bool wxRegion::Intersect( const wxRegion& region )
|
|||||||
|
|
||||||
node = node->Next();
|
node = node->Next();
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
return TRUE;
|
return TRUE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@@ -603,7 +603,7 @@ wxFrameGTK::~wxFrameGTK()
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
bool wxFrame::ShowFullScreen(bool show, long style )
|
bool wxFrameGTK::ShowFullScreen(bool show, long style )
|
||||||
{
|
{
|
||||||
if (show == m_fsIsShowing) return FALSE; // return what?
|
if (show == m_fsIsShowing) return FALSE; // return what?
|
||||||
|
|
||||||
@@ -1241,7 +1241,7 @@ bool wxFrameGTK::IsIconized() const
|
|||||||
return m_isIconized;
|
return m_isIconized;
|
||||||
}
|
}
|
||||||
|
|
||||||
void wxFrame::SetIconizeState(bool iconize)
|
void wxFrameGTK::SetIconizeState(bool iconize)
|
||||||
{
|
{
|
||||||
if ( iconize != m_isIconized )
|
if ( iconize != m_isIconized )
|
||||||
{
|
{
|
||||||
|
@@ -351,6 +351,7 @@ bool wxRegion::Intersect( const wxRegion& region )
|
|||||||
}
|
}
|
||||||
|
|
||||||
// we need to update the rect list as well
|
// we need to update the rect list as well
|
||||||
|
#if OLDCODE
|
||||||
wxList& list = *GetRectList();
|
wxList& list = *GetRectList();
|
||||||
wxNode *node = list.First();
|
wxNode *node = list.First();
|
||||||
while (node)
|
while (node)
|
||||||
@@ -372,7 +373,7 @@ bool wxRegion::Intersect( const wxRegion& region )
|
|||||||
|
|
||||||
node = node->Next();
|
node = node->Next();
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
return TRUE;
|
return TRUE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user