AS_CREATE_WINDOW now also gets the actual frame width and size limits of

the window on server side - ie. if the app_server could not create a
window of the size requested, BWindow::fFrame will still be correct
(and the size limits will mirror actual decorator limits).
Renamed fMinWindHeight and friends to fMinHeight and so on.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@13302 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2005-06-28 01:14:39 +00:00
parent 5727f0cfa2
commit 85bd83a710
3 changed files with 77 additions and 51 deletions
+4 -4
View File
@@ -410,10 +410,10 @@ private:
sem_id fMenuSem;
float fMaxZoomHeight;
float fMaxZoomWidth;
float fMinWindHeight;
float fMinWindWidth;
float fMaxWindHeight;
float fMaxWindWidth;
float fMinHeight;
float fMinWidth;
float fMaxHeight;
float fMaxWidth;
BRect fFrame;
window_look fLook;
ViewAttr *fCurDrawViewState; // not yet used