mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 11:48:06 +02:00
xmesa: set back-buffer's drawable field
Fixes back-buffer rendering when MESA_BACK_BUFFER=pixmap
This commit is contained in:
parent
ce0ac9006a
commit
22bac2a1a0
1 changed files with 1 additions and 0 deletions
|
|
@ -229,6 +229,7 @@ alloc_back_buffer(XMesaBuffer b, GLuint width, GLuint height)
|
|||
}
|
||||
|
||||
b->backxrb->ximage = NULL;
|
||||
b->backxrb->drawable = b->backxrb->pixmap;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue