wxMotif for OS/2 adjustements. Source cleaning.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35808 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
// Name: motif/toplevel.cpp
|
||||
// Name: src/motif/toplevel.cpp
|
||||
// Purpose: wxTopLevelWindow Motif implementation
|
||||
// Author: Mattia Barbon
|
||||
// Modified by:
|
||||
@@ -270,8 +270,8 @@ WXWidget wxTopLevelWindowMotif::GetShellWidget() const
|
||||
return (WXWidget) GetShell( this );
|
||||
}
|
||||
|
||||
bool wxTopLevelWindowMotif::ShowFullScreen( bool show,
|
||||
long style )
|
||||
bool wxTopLevelWindowMotif::ShowFullScreen( bool WXUNUSED(show),
|
||||
long WXUNUSED(style) )
|
||||
{
|
||||
// TODO, see wxGTK
|
||||
return false;
|
||||
@@ -318,7 +318,7 @@ bool wxTopLevelWindowMotif::IsIconized() const
|
||||
XmNiconic, &iconic,
|
||||
NULL );
|
||||
|
||||
return iconic;
|
||||
return (iconic == True);
|
||||
}
|
||||
|
||||
void wxTopLevelWindowMotif::Maximize( bool maximize )
|
||||
|
Reference in New Issue
Block a user