RCS file: /cvsroot/filezilla/FileZilla/source/misc/HyperLink.cpp,v
retrieving revision 1.2
diff -u -r1.2 HyperLink.cpp
|
|
|
179 | 179 | // lines of code and more reliable than turning on SS_NOTIFY in OnCtlColor |
180 | 180 | // because Windows doesn't send WM_CTLCOLOR to bitmap static controls." |
181 | 181 | // (Paul DiLascia) |
182 | | UINT CHyperLink::OnNcHitTest(CPoint /*point*/) |
| 182 | LRESULT CHyperLink::OnNcHitTest(CPoint /*point*/) |
183 | 183 | { |
184 | 184 | return HTCLIENT; |
185 | 185 | } |
RCS file: /cvsroot/filezilla/FileZilla/source/misc/hyperlink.h,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 hyperlink.h
|
|
|
122 | 122 | afx_msg void OnSetFocus(CWnd* pOldWnd); |
123 | 123 | afx_msg void OnKillFocus(CWnd* pNewWnd); |
124 | 124 | afx_msg void OnKeyDown(UINT nChar, UINT nRepCnt, UINT nFlags); |
125 | | afx_msg UINT OnNcHitTest(CPoint point); |
| 125 | afx_msg LRESULT OnNcHitTest(CPoint point); |
126 | 126 | afx_msg void OnLButtonDown(UINT nFlags, CPoint point); |
127 | 127 | //}}AFX_MSG |
128 | 128 | DECLARE_MESSAGE_MAP() |