From: Brian Paul Date: Mon, 12 Sep 2005 21:41:45 +0000 (+0000) Subject: restore brace lost in previous check-in X-Git-Tag: 062012170305~22047 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f6e3234639ac818ded97119a598aba3278aaca90;p=profile%2Fivi%2Fmesa.git restore brace lost in previous check-in --- diff --git a/src/mesa/drivers/x11/xm_api.c b/src/mesa/drivers/x11/xm_api.c index 86395b7..8972f57 100644 --- a/src/mesa/drivers/x11/xm_api.c +++ b/src/mesa/drivers/x11/xm_api.c @@ -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. */