summaryrefslogtreecommitdiff
path: root/src/mesa
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2005-09-12 21:41:45 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2005-09-12 21:41:45 +0000
commitf6e3234639ac818ded97119a598aba3278aaca90 (patch)
treee4f1b15aedc9832cd51ce799ff5889a5e95da66c /src/mesa
parentf20917de5bd2b1fc152e74304d3649a1f6042422 (diff)
restore brace lost in previous check-in
Diffstat (limited to 'src/mesa')
-rw-r--r--src/mesa/drivers/x11/xm_api.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/drivers/x11/xm_api.c b/src/mesa/drivers/x11/xm_api.c
index 86395b7778..8972f57d94 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. */