javauis/eswt_akn/org.eclipse.ercp.swt.s60/native/src/swtjavabufferdrawer.cpp
branchRCL_3
changeset 21 4376525cdefb
parent 17 0fd27995241b
equal deleted inserted replaced
19:71c436fe3ce0 21:4376525cdefb
   436                 CCoeEnv::Static()->WsSession().Finish();
   436                 CCoeEnv::Static()->WsSession().Finish();
   437             }
   437             }
   438             aWindow->BeginRedraw(aDrawRect);
   438             aWindow->BeginRedraw(aDrawRect);
   439 #endif // RD_JAVA_S60_RELEASE_9_2
   439 #endif // RD_JAVA_S60_RELEASE_9_2
   440 
   440 
   441             aGc->CopyAreaL(*image, pos);
   441             TRAP_IGNORE(aGc->CopyAreaL(*image, pos));
   442         }
   442         }
   443         break;
   443         break;
   444         case OP_DRAWM2GIMAGE:
   444         case OP_DRAWM2GIMAGE:
   445         {
   445         {
   446             TInt bitmapHandles[4];
   446             TInt bitmapHandles[4];