git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20694
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
while (node)
{
wxTopLevelWindow* win = (wxTopLevelWindow*) node->Data();
+#if TARGET_CARBON
+#if 0 // having problems right now with that
if (!win->HasFlag(wxSTAY_ON_TOP))
+#endif
+#endif
win->MacActivate( ((EventRecord*) MacGetCurrentEvent())->when , false ) ;
node = node->GetNext();
while (node)
{
wxTopLevelWindow* win = (wxTopLevelWindow*) node->Data();
+#if TARGET_CARBON
+#if 0 // having problems right now with that
if (!win->HasFlag(wxSTAY_ON_TOP))
+#endif
+#endif
win->MacActivate( ((EventRecord*) MacGetCurrentEvent())->when , false ) ;
node = node->GetNext();
attr |= kWindowCloseBoxAttribute ;
}
+#if TARGET_CARBON
+#if 0 // having problems right now with that
if (HasFlag(wxSTAY_ON_TOP))
wclass = kUtilityWindowClass;
+#endif
+#endif
#if TARGET_CARBON
if ( HasFlag(wxFRAME_SHAPED) )
attr |= kWindowCloseBoxAttribute ;
}
+#if TARGET_CARBON
+#if 0 // having problems right now with that
if (HasFlag(wxSTAY_ON_TOP))
wclass = kUtilityWindowClass;
+#endif
+#endif
#if TARGET_CARBON
if ( HasFlag(wxFRAME_SHAPED) )