javauis/mmapi_qt/baseline/src.nga/cmmasurfacewindow.cpp
changeset 48 e0d6e9bd3ca7
parent 47 f40128debb5d
child 61 bf7ee68962da
equal deleted inserted replaced
47:f40128debb5d 48:e0d6e9bd3ca7
   182          aRect.iTl.iX, aRect.iTl.iY);
   182          aRect.iTl.iX, aRect.iTl.iY);
   183     LOG2(EJavaMMAPI,EInfo,"MID::CMMASurfaceWindow::SetDrawRect BR %d %d",
   183     LOG2(EJavaMMAPI,EInfo,"MID::CMMASurfaceWindow::SetDrawRect BR %d %d",
   184          aRect.iBr.iX, aRect.iBr.iY);
   184          aRect.iBr.iX, aRect.iBr.iY);
   185 
   185 
   186     iContentRect = aRect;
   186     iContentRect = aRect;
   187     LOG1(EJavaMMAPI,EInfo,"MID::CMMASurfaceWindow::SetDrawRect aRect %d",iContentRect);
   187     LOG2(EJavaMMAPI,EInfo,"MID::CMMASurfaceWindow::SetDrawRect aRect size = (%d,%d) ",iContentRect.Height(),iContentRect.Width());
   188     if (iDisplay)
   188     if (iDisplay)
   189     {
   189     {
   190         // iDisplay->UIGetCallback( *this,
   190         // iDisplay->UIGetCallback( *this,
   191         //                         CMMASurfaceWindow::ESetDrawRect );
   191         //                         CMMASurfaceWindow::ESetDrawRect );
   192         // MMAPI UI 3.x req.
   192         // MMAPI UI 3.x req.