uiacceltk/hitchcock/coretoolkit/src/HuiDisplay.cpp
branchRCL_3
changeset 3 d8a3531bc6b8
parent 0 15bf7259bb7c
child 5 433cbbb6a04b
equal deleted inserted replaced
0:15bf7259bb7c 3:d8a3531bc6b8
  1523                     iGc->Clear();
  1523                     iGc->Clear();
  1524                     iGc->PopClip();
  1524                     iGc->PopClip();
  1525                     }
  1525                     }
  1526                 break;
  1526                 break;
  1527             case EClearWithSkinBackground:
  1527             case EClearWithSkinBackground:
  1528                  TRect skinRect;
       
  1529                  TRect dummy;
       
  1530                  GetRectForItem(item.SkinBackground(), dummy, skinRect);
       
  1531                  backgroundTexture = s60skin->BackgroundTexture(item.SkinBackground());
  1528                  backgroundTexture = s60skin->BackgroundTexture(item.SkinBackground());
       
  1529                  TRect skinRect = s60skin->SkinRect(item.SkinBackground());
  1532                  if (backgroundTexture)
  1530                  if (backgroundTexture)
  1533                     {
  1531                     {
  1534                     THuiImage background(*backgroundTexture);
  1532                     THuiImage background(*backgroundTexture);
  1535 
  1533 
  1536                     TPoint screenOrigin(0, 0);
  1534                     TPoint screenOrigin(0, 0);