diff options
author | Keith Packard <keithp@neko.keithp.com> | 2006-11-30 11:55:29 -0800 |
---|---|---|
committer | Keith Packard <keithp@neko.keithp.com> | 2006-11-30 11:55:29 -0800 |
commit | 16e01b117bb7ae90b150dd4f25a887dd895cf473 (patch) | |
tree | e678a878184cd346fd6da9af26d48ae5cce22678 /src/i830_rotate.c | |
parent | bcf206ff17c6eca8212db72dd86fcd8fdc0162da (diff) |
Oops. Don't try to use xf86RandR names, use xf86RandR12 instead.restructure-outputs
Attempts to override functions in core server fail, so use
new names instead.
Diffstat (limited to 'src/i830_rotate.c')
-rw-r--r-- | src/i830_rotate.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) |