summaryrefslogtreecommitdiff
path: root/src/tilehighlight_type.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tilehighlight_type.h')
-rw-r--r--src/tilehighlight_type.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tilehighlight_type.h b/src/tilehighlight_type.h
index 291b950d4..0e9ce8bc6 100644
--- a/src/tilehighlight_type.h
+++ b/src/tilehighlight_type.h
@@ -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 */