uiacceltk/hitchcock/ServerCore/Src/alfsrvdisplaysubsession.cpp
branchRCL_3
changeset 7 433cbbb6a04b
parent 0 15bf7259bb7c
child 8 10534483575f
equal deleted inserted replaced
3:d8a3531bc6b8 7:433cbbb6a04b
    60         {
    60         {
    61         // Note: Might not work if there are multiple displays: the client drawing area is set
    61         // Note: Might not work if there are multiple displays: the client drawing area is set
    62         // according to the last display. Also the new area is left there even if  ConstructL() 
    62         // according to the last display. Also the new area is left there even if  ConstructL() 
    63         // fails(!).
    63         // fails(!).
    64         static_cast<CAlfAppSrvSession&>(Session()).SetClientDrawingArea( aRect );
    64         static_cast<CAlfAppSrvSession&>(Session()).SetClientDrawingArea( aRect );
    65         aSession.SetClientWindowGroupId( aWindowGroupId );            
    65         aSession.SetClientWindowGroupId( aWindowGroupId );           
       
    66         Session().AlfAppUi()->SetAlfAppWindowGroup(aWindowGroupId);
    66         }    
    67         }    
    67     }
    68     }
    68 
    69 
    69 
    70 
    70 // ---------------------------------------------------------------------------
    71 // ---------------------------------------------------------------------------