corrected an superfluous initfloatingwindows call in carbon
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9403 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -80,10 +80,14 @@ void UMAInitToolbox( UInt16 inMoreMastersCalls )
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef __UNIX__
|
#ifndef __UNIX__
|
||||||
|
#if TARGET_CARBON
|
||||||
|
// Call currently implicitely done : InitFloatingWindows() ;
|
||||||
|
#else
|
||||||
if ( sUMAHasWindowManager )
|
if ( sUMAHasWindowManager )
|
||||||
InitFloatingWindows() ;
|
InitFloatingWindows() ;
|
||||||
else
|
else
|
||||||
InitWindows();
|
InitWindows();
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
if ( NavServicesAvailable() )
|
if ( NavServicesAvailable() )
|
||||||
|
@@ -80,10 +80,14 @@ void UMAInitToolbox( UInt16 inMoreMastersCalls )
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef __UNIX__
|
#ifndef __UNIX__
|
||||||
|
#if TARGET_CARBON
|
||||||
|
// Call currently implicitely done : InitFloatingWindows() ;
|
||||||
|
#else
|
||||||
if ( sUMAHasWindowManager )
|
if ( sUMAHasWindowManager )
|
||||||
InitFloatingWindows() ;
|
InitFloatingWindows() ;
|
||||||
else
|
else
|
||||||
InitWindows();
|
InitWindows();
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
if ( NavServicesAvailable() )
|
if ( NavServicesAvailable() )
|
||||||
|
Reference in New Issue
Block a user