mpxplugins/viewplugins/views/upnpplaybackdialog/src/mpxupnpplaybackdialogcustomcontrol.cpp
changeset 1 8118492f1bdf
parent 0 ff3acec5bc43
equal deleted inserted replaced
0:ff3acec5bc43 1:8118492f1bdf
   187 // ---------------------------------------------------------------------------
   187 // ---------------------------------------------------------------------------
   188 // Redraw part of the screen.
   188 // Redraw part of the screen.
   189 // ---------------------------------------------------------------------------
   189 // ---------------------------------------------------------------------------
   190 //
   190 //
   191 void CMPXUPnPPlaybackDialogCustomControl::RedrawRect(
   191 void CMPXUPnPPlaybackDialogCustomControl::RedrawRect(
   192     const TRect& aRect,
   192   const TRect& aRect) const
   193     CBitmapContext& aGc) const
   193     {
   194     {
   194 
   195     CMPXCommonPlaybackViewContainer::RedrawRect( aRect, aGc );
   195     CMPXCommonPlaybackViewContainer::RedrawRect( aRect );
   196 
   196 
   197     if ( iRemotePlayerUsed )
   197     if ( iRemotePlayerUsed )
   198         {
   198         {
   199         DrawIndicator( aGc, aRect, iRemotePlayerIconRect, iRemotePlayerIcon );
   199         CWindowGc& gc = SystemGc();
       
   200         DrawIndicator( gc, aRect, iRemotePlayerIconRect, iRemotePlayerIcon );
   200         }
   201         }
   201     }
   202     }
   202 
   203 
   203 //  End of File
   204 //  End of File