OSDN Git Service

xlib: move misplaced brace
authorBrian Paul <brianp@vmware.com>
Fri, 4 Sep 2009 03:19:23 +0000 (21:19 -0600)
committerBrian Paul <brianp@vmware.com>
Sun, 6 Sep 2009 15:37:29 +0000 (09:37 -0600)
src/mesa/drivers/x11/xm_dd.c

index 465a40a..e4922d2 100644 (file)
@@ -1167,8 +1167,8 @@ xmesa_init_driver_functions( XMesaVisual xmvisual,
       else if (xmvisual->undithered_pf == PF_5R6G5B) {
          driver->DrawPixels = xmesa_DrawPixels_5R6G5B;
       }
-   }
 #endif
+   }
    driver->TestProxyTexImage = test_proxy_teximage;
 #if ENABLE_EXT_texure_compression_s3tc
    driver->ChooseTextureFormat = choose_tex_format;