* fixed window zooming/unzooming behaviour

* fixed FrameResized() and FrameMoved() not
  being called anymore in response to ResizeTo()
  and MoveTo() since I introduced a check in
  DispatchMessage() (fixes bug #123)


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@16312 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stephan Aßmus
2006-02-09 16:39:46 +00:00
parent ebae3c7d61
commit c81d2e7a59
2 changed files with 57 additions and 29 deletions
+1 -1
View File
@@ -338,7 +338,7 @@ private:
int32 fLastViewToken;
BPrivate::PortLink *fLink;
BMessageRunner *fPulseRunner;
BRect fCurrentFrame; // not yet used
BRect fPreviousFrame;
uint32 _reserved[9];
};