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_modes.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_modes.c')
-rw-r--r-- | src/i830_modes.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/i830_modes.c b/src/i830_modes.c index 7b487943..513e2335 100644 --- a/src/i830_modes.c +++ b/src/i830_modes.c @@ -519,7 +519,7 @@ i830_set_xf86_modes_from_outputs(ScrnInfoPtr pScrn) } } - xf86GetOriginalVirtualSize(pScrn, &originalVirtualX, &originalVirtualY); + xf86RandR12GetOriginalVirtualSize(pScrn, &originalVirtualX, &originalVirtualY); /* Disable modes in the XFree86 DDX list that are larger than the current * virtual size. |