diff options
Diffstat (limited to 'src/window_gui.h')
-rw-r--r-- | src/window_gui.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/window_gui.h b/src/window_gui.h index 01b49b23c..5eb2bf4ef 100644 --- a/src/window_gui.h +++ b/src/window_gui.h @@ -166,6 +166,8 @@ enum WindowDefaultPosition { WDP_ALIGN_TBL = -4, ///< Align the left side of the window with the left side of the main toolbar }; +Point GetToolbarAlignedWindowPosition(int window_width); + /** * Scrollbar data structure */ |