summaryrefslogtreecommitdiff
path: root/hw
diff options
context:
space:
mode:
authorGustavo Pichorim Boiko <boiko@mandriva.com>2007-07-23 18:27:41 -0300
committerKeith Packard <keithp@neko.keithp.com>2007-07-23 14:47:45 -0700
commit5b424b562eee863b11571de4cd0019cd9bc5b379 (patch)
tree535e321805973853b7fce6fb62730e1a70044eac /hw
parent7da38bb6a15247948c90e00a59230453fcf13cbd (diff)
Set the crtc before the output change is notified
Set the new randr crtc of the output before the output change notification is delivered to the clients. Remove RROutputSetCrtc as it is not really necessary. All we have to do is set the output's crtc on RRCrtcNotify
Diffstat (limited to 'hw')
-rw-r--r--hw/xfree86/modes/xf86RandR12.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/xfree86/modes/xf86RandR12.c b/hw/xfree86/modes/xf86RandR12.c
index 6c3bf8d09..889be6f27 100644
--- a/hw/xfree86/modes/xf86RandR12.c
+++ b/hw/xfree86/modes/xf86RandR12.c
@@ -951,7 +951,6 @@ xf86RandR12SetInfo12 (ScreenPtr pScreen)
return FALSE;
}
- RROutputSetCrtc (output->randr_output, randr_crtc);
RROutputSetPhysicalSize(output->randr_output,
output->mm_width,
output->mm_height);