[prev in list] [next in list] [prev in thread] [next in thread] 

List:       helix-video-cvs
Subject:    [Video-cvs] sitelib baseroot.cpp,1.9,1.10
From:       gwright () helixcommunity ! org
Date:       2005-03-21 19:32:01
[Download RAW message or body]

Update of /cvsroot/video/sitelib
In directory cvs-new:/tmp/cvs-serv13593

Modified Files:
	baseroot.cpp 
Log Message:
Fixing up call to _MinimalBlt to get rid of unused
param.



Index: baseroot.cpp
===================================================================
RCS file: /cvsroot/video/sitelib/baseroot.cpp,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- baseroot.cpp	11 Mar 2005 19:58:06 -0000	1.9
+++ baseroot.cpp	21 Mar 2005 19:31:58 -0000	1.10
@@ -270,7 +270,7 @@
 #if defined(_WINDOWS)
         _MinimalUnlock(m_pSite->GetWindow());
 #else
-        _MinimalBlt(rSrcRect, rSrcRect);
+        _MinimalBlt(rSrcRect);
 #endif
     }
 }
@@ -535,10 +535,8 @@
                                           pBitmapInfo->biHeight, pitchIn,
                                           rSrcRect.left, rSrcRect.top, dxSrc, dySrc);
 
-            //XXXgfw this is weird. We only want to redraw the Dest
-            //Rect right? The src is mostly always zero..
             if( !m_pSite->IsCompositionLocked() && returnVal != -1)
-                _MinimalBlt(rSrcRect, rDestRect);
+                _MinimalBlt(rDestRect);
          }
       }
       if (!returnVal)
@@ -557,7 +555,7 @@
    return retVal;
 }
 
-void CBaseRootSurface::_MinimalBlt(HXxRect&, HXxRect&)
+void CBaseRootSurface::_MinimalBlt(HXxRect&)
 {}
 
 void CBaseRootSurface::DrawFocusRect(int nSurfaceCID,



[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic