equal
deleted
inserted
replaced
201 |
201 |
202 User::LeaveIfError( iRwGroup->Construct( groupId, EFalse ) ); |
202 User::LeaveIfError( iRwGroup->Construct( groupId, EFalse ) ); |
203 iRwGroup->SetName( KMccWindowGroupName ); |
203 iRwGroup->SetName( KMccWindowGroupName ); |
204 |
204 |
205 iRwGroup->SetOrdinalPosition( iWindowOrdinalPosition, iWindowOrdinalPriority ); |
205 iRwGroup->SetOrdinalPosition( iWindowOrdinalPosition, iWindowOrdinalPriority ); |
|
206 iRwGroup->AutoForeground( EFalse ); |
206 |
207 |
207 // Create screen device |
208 // Create screen device |
208 iDev = new (ELeave) CWsScreenDevice( iRwSession ); |
209 iDev = new (ELeave) CWsScreenDevice( iRwSession ); |
209 iDev->Construct( iDeviceIndex ); |
210 iDev->Construct( iDeviceIndex ); |
210 |
211 |