* Get the window that started the current highlighting. * @return The window that requested the current tile highlighting, or \c nullptr if not available. */
| 2663 | * @return The window that requested the current tile highlighting, or \c nullptr if not available. |
| 2664 | */ |
| 2665 | Window *TileHighlightData::GetCallbackWnd() |
| 2666 | { |
| 2667 | return FindWindowById(this->window_class, this->window_number); |
| 2668 | } |
| 2669 | |
| 2670 | |
| 2671 |
no test coverage detected