Browse Source

st/xorg: Fix debug option function call typo.

tags/mesa_7_7_rc1
Michel Dänzer 16 years ago
parent
commit
81a62edc08
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/gallium/state_trackers/xorg/xorg_driver.c

+ 1
- 1
src/gallium/state_trackers/xorg/xorg_driver.c View File

@@ -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);

Loading…
Cancel
Save