X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/03e11df5470fd64d9d9a669d0b50b84c2d714736..3752cadc8477df2f604aa640f1a2943f40fbe1c2:/src/mac/uma.cpp diff --git a/src/mac/uma.cpp b/src/mac/uma.cpp index 6eea3bd062..5c1fbaddb1 100644 --- a/src/mac/uma.cpp +++ b/src/mac/uma.cpp @@ -80,10 +80,14 @@ void UMAInitToolbox( UInt16 inMoreMastersCalls ) #endif #ifndef __UNIX__ +#if TARGET_CARBON +// Call currently implicitely done : InitFloatingWindows() ; +#else if ( sUMAHasWindowManager ) InitFloatingWindows() ; else InitWindows(); +#endif #endif if ( NavServicesAvailable() )