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

List:       helix-datatype-cvs
Subject:    [Datatype-cvs] rm/imagemap/renderer imgmaprd.cpp, 1.2.6.3,
From:       stanb () helixcommunity ! org
Date:       2007-12-10 18:18:50
Message-ID: 200712101819.lBAIJGsg021496 () mailer ! progressive-comp ! com
[Download RAW message or body]

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

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


Index: imgmaprd.cpp
===================================================================
RCS file: /cvsroot/datatype/rm/imagemap/renderer/imgmaprd.cpp,v
retrieving revision 1.2.6.3
retrieving revision 1.2.6.3.2.1
diff -u -d -r1.2.6.3 -r1.2.6.3.2.1
--- imgmaprd.cpp	6 Mar 2007 07:13:38 -0000	1.2.6.3
+++ imgmaprd.cpp	10 Dec 2007 18:18:48 -0000	1.2.6.3.2.1
@@ -174,7 +174,7 @@
     m_hInactivePen  = CreatePen(PS_SOLID,0,RGB(0,0,255));
     m_hNullBrush    = (HBRUSH)GetStockObject(BLACK_BRUSH);
 
-    m_hHandCursor = LoadCursor(GetModuleHandle("rvrender.dll"),MAKEINTRESOURCE(IDC_HANDCURSOR));
+    m_hHandCursor = LoadCursor(GetModuleHandle("imaprender.dll"),MAKEINTRESOURCE(IDC_HANDCURSOR));
     m_hArrowCursor = LoadCursor(NULL,MAKEINTRESOURCE(IDC_ARROW));
 
     SetCursor(m_hArrowCursor);
@@ -1711,7 +1711,7 @@
 	if (!m_bSizeSet)
 	{
 	    m_bSizeSet = TRUE;
-	    m_OrigImgWndRect = rect;
+	    m_pRVSinkMgr->GetOriginalSize(m_OrigImgWndRect);
 	}
 
 	int width = rect.right - rect.left;


_______________________________________________
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