From 16e01b117bb7ae90b150dd4f25a887dd895cf473 Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Thu, 30 Nov 2006 11:55:29 -0800 Subject: Oops. Don't try to use xf86RandR names, use xf86RandR12 instead. Attempts to override functions in core server fail, so use new names instead. --- src/i830_rotate.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/i830_rotate.c') diff --git a/src/i830_rotate.c b/src/i830_rotate.c index 1427c244..891a8f77 100644 --- a/src/i830_rotate.c +++ b/src/i830_rotate.c @@ -757,7 +757,7 @@ I830Rotate(ScrnInfoPtr pScrn, DisplayModePtr mode) pScrn2 = pScrn; } - pI830->rotation = xf86RandRGetRotation(pScrn->pScreen); + pI830->rotation = xf86RandR12GetRotation(pScrn->pScreen); /* Check if we've still got the same orientation, or same mode */ if (pI830->rotation == oldRotation && pI830->currentMode == mode) -- cgit v1.2.3