summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2009-02-10 18:22:46 -0800
committerEric Anholt <eric@anholt.net>2009-02-10 18:23:16 -0800
commitb53977f4c53c7c8f562f909e985b8d5a7b2526f3 (patch)
treec0695cf61d294e78b9c78633dc1222f30ce87707 /src
parent5212ec6515c6562f66b86fc16928b601bf04e49b (diff)
uxa: Fix failure to --amend in further changes in previous commit.
Diffstat (limited to 'src')
-rw-r--r--src/i830_exa.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/i830_exa.c b/src/i830_exa.c
index d18bcd2d..ebc6624c 100644
--- a/src/i830_exa.c
+++ b/src/i830_exa.c
@@ -1007,7 +1007,7 @@ i830_uxa_init (ScreenPtr pScreen)
I830SelectBuffer(scrn, I830_SELECT_FRONT);
- uxa_set_fallback_debug(pI830->fallback_debug);
+ uxa_set_fallback_debug(pScreen, i830->fallback_debug);
return TRUE;
}