(svn r18320) -Codechange: make the terraform and transparency window not use absolute location but manually calculate based on toolbar size etc.

This commit is contained in:
rubidium
2009-11-28 14:30:00 +00:00
parent a825349bf1
commit 6a367fda8a
4 changed files with 37 additions and 7 deletions

View File

@@ -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
*/