| 4133 | } |
| 4134 | |
| 4135 | void HL_Get_offset ( HWND hwnd, int *out ) |
| 4136 | { |
| 4137 | *out = SendMessage ( hwnd, SCI_GETCURRENTPOS, 0, 0 ); |
| 4138 | HL_Adjust_offset ( out , FALSE ); |
| 4139 | } |
| 4140 | |
| 4141 | //============================================================================= |
| 4142 | // |
nothing calls this directly
no test coverage detected