uiacceltk/hitchcock/ServerCore/Src/alfappui.cpp
changeset 42 b80cfcbd075a
parent 35 ac76c975c9be
child 60 5dafecb0892a
equal deleted inserted replaced
35:ac76c975c9be 42:b80cfcbd075a
  1140         }
  1140         }
  1141 #endif
  1141 #endif
  1142     
  1142     
  1143     if ( aType == KEikDynamicLayoutVariantSwitch || aType == KAknsMessageSkinChange && iData->iHuiEnv)
  1143     if ( aType == KEikDynamicLayoutVariantSwitch || aType == KAknsMessageSkinChange && iData->iHuiEnv)
  1144         {
  1144         {
  1145         iData->iHuiEnv->Skin().NotifyDisplaySizeChangedL();
  1145         iData->iHuiEnv->Display(0).SetSkinSizeChangePending();
  1146         }
  1146         }
  1147         
  1147         
  1148     // Send notification events to clients here if needed    
  1148     // Send notification events to clients here if needed    
  1149     if (iData->iServer)
  1149     if (iData->iServer)
  1150         {
  1150         {