mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 00:49:04 +02:00
restore brace lost in previous check-in
This commit is contained in:
parent
f20917de5b
commit
f6e3234639
1 changed files with 1 additions and 0 deletions
|
|
@ -602,6 +602,7 @@ xmesa_alloc_back_buffer( XMesaBuffer b, GLuint width, GLuint height )
|
|||
/* Allocate a regular XImage for the back buffer. */
|
||||
b->backxrb->ximage = XMesaCreateImage(b->xm_visual->BitsPerPixel,
|
||||
width, height, NULL);
|
||||
{
|
||||
#else
|
||||
if (b->shm == 0 || !alloc_shm_back_buffer(b, width, height)) {
|
||||
/* Allocate a regular XImage for the back buffer. */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue