a little member we need for resizing

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@7604 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Adi Oanca 2004-05-16 19:26:28 +00:00
parent 31776f9842
commit d312bebc4c

View File

@ -95,6 +95,9 @@ protected:
bool fIsClosing;
bool fIsMinimizing;
bool fIsZooming;
// having a hard time doing resizing. It's not nice, but this helps a bit
BRect *fNewTopLayerFrame;
};
#endif