From: Michel Dänzer Date: Wed, 30 Sep 2009 16:01:46 +0000 (+0200) Subject: st/xorg: Fix debug option function call typo. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=81a62edc088278e97288db7b17f6b485af8976b0;p=mesa.git st/xorg: Fix debug option function call typo. --- diff --git a/src/gallium/state_trackers/xorg/xorg_driver.c b/src/gallium/state_trackers/xorg/xorg_driver.c index 3dff8d859ee..8c4cba035a1 100644 --- a/src/gallium/state_trackers/xorg/xorg_driver.c +++ b/src/gallium/state_trackers/xorg/xorg_driver.c @@ -558,7 +558,7 @@ ScreenInit(int scrnIndex, ScreenPtr pScreen, int argc, char **argv) xf86SetBlackWhitePixels(pScreen); ms->exa = xorg_exa_init(pScrn); - ms->debug_fallback = debug_get_option_bool("XORG_DEBUG_FALLBACK", TRUE); + ms->debug_fallback = debug_get_bool_option("XORG_DEBUG_FALLBACK", TRUE); miInitializeBackingStore(pScreen); xf86SetBackingStore(pScreen);