No changes, just deTABified and removed trailing spaces.
This is necessary in order to be able to commit upcoming changes to this file. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@62539 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1156,8 +1156,8 @@ void wxTopLevelWindowMac::DoMacCreateRealWindow(
|
||||
WindowClass wclass = 0;
|
||||
WindowAttributes attr = kWindowNoAttributes ;
|
||||
WindowGroupRef group = NULL ;
|
||||
bool activationScopeSet = false;
|
||||
WindowActivationScope activationScope = kWindowActivationScopeNone;
|
||||
bool activationScopeSet = false;
|
||||
WindowActivationScope activationScope = kWindowActivationScopeNone;
|
||||
|
||||
if ( HasFlag( wxFRAME_TOOL_WINDOW) )
|
||||
{
|
||||
@@ -1299,10 +1299,10 @@ void wxTopLevelWindowMac::DoMacCreateRealWindow(
|
||||
verify_noerr( SetWindowGroupParent( overlaygroup, GetWindowGroup( (WindowRef) m_macWindow )));
|
||||
verify_noerr( SetWindowGroup( (WindowRef) m_macWindow , overlaygroup ));
|
||||
|
||||
if ( activationScopeSet )
|
||||
{
|
||||
verify_noerr( SetWindowActivationScope( (WindowRef) m_macWindow , activationScope ));
|
||||
}
|
||||
if ( activationScopeSet )
|
||||
{
|
||||
verify_noerr( SetWindowActivationScope( (WindowRef) m_macWindow , activationScope ));
|
||||
}
|
||||
|
||||
// the create commands are only for content rect,
|
||||
// so we have to set the size again as structure bounds
|
||||
|
Reference in New Issue
Block a user