diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/i830_exa.c | 2 |
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; } |