restore brace lost in previous check-in
authorBrian Paul <brian.paul@tungstengraphics.com>
Mon, 12 Sep 2005 21:41:45 +0000 (21:41 +0000)
committerBrian Paul <brian.paul@tungstengraphics.com>
Mon, 12 Sep 2005 21:41:45 +0000 (21:41 +0000)
src/mesa/drivers/x11/xm_api.c

index 86395b7..8972f57 100644 (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. */