summaryrefslogtreecommitdiff
path: root/src/gallium/state_trackers
diff options
context:
space:
mode:
authorMichel Dänzer <daenzer@vmware.com>2009-09-30 18:01:46 +0200
committerMichel Dänzer <daenzer@vmware.com>2009-09-30 18:01:46 +0200
commit81a62edc088278e97288db7b17f6b485af8976b0 (patch)
treeece5e8911be411afe6ce8b537e17e32732aa0184 /src/gallium/state_trackers
parentcef97267d696d37f4dccb22951499ca25d5d87ad (diff)
st/xorg: Fix debug option function call typo.
Diffstat (limited to 'src/gallium/state_trackers')
-rw-r--r--src/gallium/state_trackers/xorg/xorg_driver.c2
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 3dff8d859e..8c4cba035a 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);