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:
Julian Smart
2001-06-28 16:49:17 +00:00
parent 0bec761df7
commit 2a365b7d3f
4 changed files with 8 additions and 6 deletions

View File

@@ -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?
@@ -1241,7 +1241,7 @@ bool wxFrameGTK::IsIconized() const
return m_isIconized;
}
void wxFrame::SetIconizeState(bool iconize)
void wxFrameGTK::SetIconizeState(bool iconize)
{
if ( iconize != m_isIconized )
{

View File

@@ -351,6 +351,7 @@ bool wxRegion::Intersect( const wxRegion& region )
}
// we need to update the rect list as well
#if OLDCODE
wxList& list = *GetRectList();
wxNode *node = list.First();
while (node)
@@ -372,7 +373,7 @@ bool wxRegion::Intersect( const wxRegion& region )
node = node->Next();
}
#endif
return TRUE;
}

View File

@@ -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?
@@ -1241,7 +1241,7 @@ bool wxFrameGTK::IsIconized() const
return m_isIconized;
}
void wxFrame::SetIconizeState(bool iconize)
void wxFrameGTK::SetIconizeState(bool iconize)
{
if ( iconize != m_isIconized )
{

View File

@@ -351,6 +351,7 @@ bool wxRegion::Intersect( const wxRegion& region )
}
// we need to update the rect list as well
#if OLDCODE
wxList& list = *GetRectList();
wxNode *node = list.First();
while (node)
@@ -372,7 +373,7 @@ bool wxRegion::Intersect( const wxRegion& region )
node = node->Next();
}
#endif
return TRUE;
}