diff options
author | Keith Packard <keithp@neko.keithp.com> | 2006-11-16 09:48:33 -0800 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2006-11-16 17:39:21 -0800 |
commit | 07b26e690cd9a4fc626132feed0702515cbe5a88 (patch) | |
tree | 5bd7d3fbd6a484f26f584a5b7d5ec32f725e75c6 /randr/mirandr.c | |
parent | 6ff7f2ad6a5e2e769244590578e6809974b5235d (diff) |
Remove RandR output options.
RandR output options are now expected to be handled by properties instead.
(cherry picked from commit 8b2a7e94a1dc2776ab2cfaaebb309be02502602a)
Diffstat (limited to 'randr/mirandr.c')
-rw-r--r-- | randr/mirandr.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/randr/mirandr.c b/randr/mirandr.c index 3f56fe42e..3a99bf9ed 100644 --- a/randr/mirandr.c +++ b/randr/mirandr.c @@ -52,7 +52,7 @@ miRRCrtcSet (ScreenPtr pScreen, int y, Rotation rotation, int numOutput, - RROutputConfigPtr outputs) + RROutputPtr *outputs) { return TRUE; } @@ -137,10 +137,6 @@ miRandRInit (ScreenPtr pScreen) return FALSE; if (!RROutputSetCrtcs (output, &crtc, 1)) return FALSE; - if (!RROutputSetPossibleOptions (output, 0)) - return FALSE; - if (!RROutputSetCurrentOptions (output, 0)) - return FALSE; if (!RROutputSetConnection (output, RR_Connected)) return FALSE; RRCrtcNotify (crtc, mode, 0, 0, RR_Rotate_0, 1, &output); |