Module: Mesa Branch: master Commit: 81a62edc088278e97288db7b17f6b485af8976b0 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=81a62edc088278e97288db7b17f6b485af8976b0
Author: Michel Dänzer <daen...@vmware.com> Date: Wed Sep 30 18:01:46 2009 +0200 st/xorg: Fix debug option function call typo. --- src/gallium/state_trackers/xorg/xorg_driver.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/gallium/state_trackers/xorg/xorg_driver.c b/src/gallium/state_trackers/xorg/xorg_driver.c index 3dff8d8..8c4cba0 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); _______________________________________________ mesa-commit mailing list mesa-commit@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-commit