diff options
author | Keith Packard <keithp@neko.keithp.com> | 2006-10-05 22:31:35 -0700 |
---|---|---|
committer | Keith Packard <keithp@neko.keithp.com> | 2006-10-05 22:31:35 -0700 |
commit | 1178796a4dff5ebf0bd9fb3cacb35be9709b41e5 (patch) | |
tree | 16ffa4bec4b696326b44929a32c7fe3ea6e8f16e /randr/mirandr.c | |
parent | b4659faf9b455b44ac8e691cc7a8fc00a967c80b (diff) |
Add preferred modes for each output. Round vrefresh. Deliver crtc events.
Diffstat (limited to 'randr/mirandr.c')
-rw-r--r-- | randr/mirandr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/randr/mirandr.c b/randr/mirandr.c index 7300cfebe..918e55da4 100644 --- a/randr/mirandr.c +++ b/randr/mirandr.c @@ -110,7 +110,7 @@ miRandRInit (ScreenPtr pScreen) return FALSE; if (!RROutputSetClones (output, NULL, 0)) return FALSE; - if (!RROutputSetModes (output, &mode, 1)) + if (!RROutputSetModes (output, &mode, 1, 0)) return FALSE; if (!RROutputSetCrtcs (output, &crtc, 1)) return FALSE; |