unicode for mac fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22947 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -926,14 +926,14 @@ void wxTopLevelWindowMac::MacDelayedDeactivation(long timestamp)
|
|||||||
{
|
{
|
||||||
if(s_macDeactivateWindow)
|
if(s_macDeactivateWindow)
|
||||||
{
|
{
|
||||||
wxLogDebug("Doing delayed deactivation of %p",s_macDeactivateWindow);
|
wxLogDebug(wxT("Doing delayed deactivation of %p"),s_macDeactivateWindow);
|
||||||
s_macDeactivateWindow->MacActivate(timestamp, false);
|
s_macDeactivateWindow->MacActivate(timestamp, false);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
void wxTopLevelWindowMac::MacActivate( long timestamp , bool inIsActivating )
|
void wxTopLevelWindowMac::MacActivate( long timestamp , bool inIsActivating )
|
||||||
{
|
{
|
||||||
wxLogDebug("TopLevel=%p::MacActivate",this);
|
wxLogDebug(wxT("TopLevel=%p::MacActivate"),this);
|
||||||
if(s_macDeactivateWindow==this)
|
if(s_macDeactivateWindow==this)
|
||||||
s_macDeactivateWindow=NULL;
|
s_macDeactivateWindow=NULL;
|
||||||
MacDelayedDeactivation(timestamp);
|
MacDelayedDeactivation(timestamp);
|
||||||
|
@@ -926,14 +926,14 @@ void wxTopLevelWindowMac::MacDelayedDeactivation(long timestamp)
|
|||||||
{
|
{
|
||||||
if(s_macDeactivateWindow)
|
if(s_macDeactivateWindow)
|
||||||
{
|
{
|
||||||
wxLogDebug("Doing delayed deactivation of %p",s_macDeactivateWindow);
|
wxLogDebug(wxT("Doing delayed deactivation of %p"),s_macDeactivateWindow);
|
||||||
s_macDeactivateWindow->MacActivate(timestamp, false);
|
s_macDeactivateWindow->MacActivate(timestamp, false);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
void wxTopLevelWindowMac::MacActivate( long timestamp , bool inIsActivating )
|
void wxTopLevelWindowMac::MacActivate( long timestamp , bool inIsActivating )
|
||||||
{
|
{
|
||||||
wxLogDebug("TopLevel=%p::MacActivate",this);
|
wxLogDebug(wxT("TopLevel=%p::MacActivate"),this);
|
||||||
if(s_macDeactivateWindow==this)
|
if(s_macDeactivateWindow==this)
|
||||||
s_macDeactivateWindow=NULL;
|
s_macDeactivateWindow=NULL;
|
||||||
MacDelayedDeactivation(timestamp);
|
MacDelayedDeactivation(timestamp);
|
||||||
|
Reference in New Issue
Block a user