restore brace lost in previous check-in

This commit is contained in:
Brian Paul 2005-09-12 21:41:45 +00:00
parent f20917de5b
commit f6e3234639

View file

@ -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. */