equal
deleted
inserted
replaced
146 User::LeaveIfError( iRwGroup->Construct( groupId, EFalse ) ); |
146 User::LeaveIfError( iRwGroup->Construct( groupId, EFalse ) ); |
147 iRwGroup->SetName( KMccWindowGroupName ); |
147 iRwGroup->SetName( KMccWindowGroupName ); |
148 |
148 |
149 // TBD: use also iWindowOrdinalPriority |
149 // TBD: use also iWindowOrdinalPriority |
150 iRwGroup->SetOrdinalPosition( iSettings.iWindowOrdinalPosition ); |
150 iRwGroup->SetOrdinalPosition( iSettings.iWindowOrdinalPosition ); |
|
151 iRwGroup->AutoForeground( EFalse ); |
151 |
152 |
152 // Create screen device |
153 // Create screen device |
153 iDev = new (ELeave) CWsScreenDevice( iRwSession ); |
154 iDev = new (ELeave) CWsScreenDevice( iRwSession ); |
154 User::LeaveIfError( iDev->Construct( iSettings.iDeviceIndex ) ); |
155 User::LeaveIfError( iDev->Construct( iSettings.iDeviceIndex ) ); |
155 |
156 |