mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 11:38:05 +02:00
minor clean-up: s/intel->driDrawable/dPriv/
This commit is contained in:
parent
a7a26503b6
commit
694a5b81a7
1 changed files with 1 additions and 1 deletions
|
|
@ -543,7 +543,7 @@ void intelWindowMoved( intelContextPtr intel )
|
|||
intelSetFrontClipRects( intel );
|
||||
}
|
||||
else {
|
||||
driUpdateFramebufferSize(&intel->ctx, intel->driDrawable);
|
||||
driUpdateFramebufferSize(&intel->ctx, dPriv);
|
||||
|
||||
switch (intel->ctx.DrawBuffer->_ColorDrawBufferMask[0]) {
|
||||
case BUFFER_BIT_FRONT_LEFT:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue