Call driUpdateFramebufferSize when we've found an updated DRI drawable stamp,

like other drivers.  Failure to do so resulted in incorrect buffer sizes for
resized windows.
This commit is contained in:
Eric Anholt 2006-04-01 00:55:02 +00:00
parent e3f41ce611
commit 9e8659f346
1 changed files with 2 additions and 0 deletions

View File

@ -555,6 +555,8 @@ void intelWindowMoved( intelContextPtr intel )
intelSetFrontClipRects( intel );
}
else {
driUpdateFramebufferSize(&intel->ctx, intel->driDrawable);
switch (intel->ctx.DrawBuffer->_ColorDrawBufferMask[0]) {
case BUFFER_BIT_FRONT_LEFT:
intelSetFrontClipRects( intel );