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

List:       helix-datatype-cvs
Subject:    [Datatype-cvs] rm/video/renderer rvxvideo.cpp,1.21,1.21.8.1
From:       stanb () helixcommunity ! org
Date:       2007-12-10 18:28:15
Message-ID: 200712101829.lBAITnl9016021 () dommarcmx ! xen ! 10east ! com
[Download RAW message or body]

Update of /cvsroot/datatype/rm/video/renderer
In directory cvs01.internal.helixcommunity.org:/tmp/cvs-serv29653/video/renderer

Modified Files:
      Tag: hxclient_3_1_0_atlas
	rvxvideo.cpp 
Log Message:
- Image map coordinates calculation fix;
- Location of hand cursor resource changed. (PR# 207526)


Index: rvxvideo.cpp
===================================================================
RCS file: /cvsroot/datatype/rm/video/renderer/rvxvideo.cpp,v
retrieving revision 1.21
retrieving revision 1.21.8.1
diff -u -d -r1.21 -r1.21.8.1
--- rvxvideo.cpp	25 Jul 2006 00:40:05 -0000	1.21
+++ rvxvideo.cpp	10 Dec 2007 18:28:13 -0000	1.21.8.1
@@ -459,6 +459,19 @@
     return HXR_OK;
 }
 
+/****************************************************************************
+ *  IRVSinkMgr::GetOriginalSize
+ */
+STDMETHODIMP
+CRVXVideoRenderer::GetOriginalSize(REF(HXxRect) rect)
+{
+    rect.left = 0;
+    rect.top = 0;
+    rect.right = m_SetWinSize.cx;
+    rect.bottom = m_SetWinSize.cy;
+
+    return HXR_OK;
+}
 
 /****************************************************************************
  *  TransformVideo


_______________________________________________
Datatype-cvs mailing list
Datatype-cvs@helixcommunity.org
http://lists.helixcommunity.org/mailman/listinfo/datatype-cvs
[prev in list] [next in list] [prev in thread] [next in thread] 

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