(svn r21665) -Codechange: Make GetCallbackWnd a method of _thd.

This commit is contained in:
alberth
2010-12-30 13:16:31 +00:00
parent c5597c44c4
commit fdf0be0da8
5 changed files with 17 additions and 12 deletions

View File

@@ -75,6 +75,7 @@ struct TileHighlightData {
ViewportDragDropSelectionProcess select_proc; ///< The procedure that has to be called when the selection is done.
bool IsDraggingDiagonal();
Window *GetCallbackWnd();
};
#endif /* TILEHIGHLIGHT_TYPE_H */