Now, a window properly displays and moves across screen. Yupyyy! That was possible before... but now the new window is drawn arround the rect passed by BWindow. I also made some changes in update mechanim of Winborder/Layer/RootLayer.
also made some methods virtual 'cause I think DW forgot about that! It's normal, app_server is SOOOO big! :-) git-svn-id: file:///srv/svn/repos/haiku/trunk/current@4489 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -665,7 +665,7 @@ void ServerWindow::DispatchGraphicsMessage(int32 msgsize, int8 *msgbuffer)
|
||||
BRegion WindowClipRegion;
|
||||
BRegion LayerClipRegion;
|
||||
Layer *sibling;
|
||||
int32 numRects;
|
||||
int32 numRects = 0;
|
||||
|
||||
if ( !msgsize || !msgbuffer )
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user