| 102 | } |
| 103 | |
| 104 | POINT SDropTargetDispatcher::PointL2FrameClient( const POINTL & pt ) |
| 105 | { |
| 106 | CPoint pt2(pt.x,pt.y); |
| 107 | ScreenToClient(m_pOwner->GetContainer()->GetHostHwnd(),&pt2); |
| 108 | return pt2; |
| 109 | } |
| 110 | |
| 111 | } |
| 112 |
nothing calls this directly
no test coverage detected