summaryrefslogtreecommitdiffstats
path: root/bltGrMarkerBitmap.C
diff options
context:
space:
mode:
authorjoye <joye>2014-03-28 14:49:12 (GMT)
committerjoye <joye>2014-03-28 14:49:12 (GMT)
commit5d03724931dffbb33a42660444c5b040c72d044d (patch)
treee5511fc14119ef9e42a88a2a5bcce8421d32784f /bltGrMarkerBitmap.C
parente8752647d6547dfbbe39ec22f1643e4782c6358b (diff)
downloadblt-5d03724931dffbb33a42660444c5b040c72d044d.zip
blt-5d03724931dffbb33a42660444c5b040c72d044d.tar.gz
blt-5d03724931dffbb33a42660444c5b040c72d044d.tar.bz2
*** empty log message ***
Diffstat (limited to 'bltGrMarkerBitmap.C')
-rw-r--r--bltGrMarkerBitmap.C4
1 files changed, 2 insertions, 2 deletions
diff --git a/bltGrMarkerBitmap.C b/bltGrMarkerBitmap.C
index 6dc46c2..210b8a0 100644
--- a/bltGrMarkerBitmap.C
+++ b/bltGrMarkerBitmap.C
@@ -195,7 +195,7 @@ void BitmapMarker::map()
int lheight;
Tk_SizeOfBitmap(graphPtr->display, opp->bitmap, &lwidth, &lheight);
- Point2d lanchorPt = Blt_MapPoint(opp->worldPts->points, &opp->axes);
+ Point2d lanchorPt = mapPoint(opp->worldPts->points, &opp->axes);
lanchorPt =
Blt_AnchorPoint(lanchorPt.x, lanchorPt.y, lwidth, lheight, opp->anchor);
lanchorPt.x += opp->xOffset;
@@ -206,7 +206,7 @@ void BitmapMarker::map()
extents.top = lanchorPt.y;
extents.right = lanchorPt.x + lwidth - 1;
extents.bottom = lanchorPt.y + lheight - 1;
- clipped = Blt_BoxesDontOverlap(graphPtr, &extents);
+ clipped = boxesDontOverlap(graphPtr, &extents);
if (clipped)
return;