diff options
author | Keith Packard <keithp@keithp.com> | 2008-03-19 12:15:39 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2008-11-24 13:24:40 -0800 |
commit | 6fe9c15731be5f5afabacb3aa3ed71b840f4238b (patch) | |
tree | 234c3584789da29033ba209ab101d86be8491d2f /randr/randrstr.h | |
parent | 49db14e4ac26070ed86088419483888dda18b603 (diff) |
Allow drivers to set crtc transforms.
Track curent transform down in the mode setting code so that it may be set
separately from RandR.
Diffstat (limited to 'randr/randrstr.h')
-rw-r--r-- | randr/randrstr.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/randr/randrstr.h b/randr/randrstr.h index 5ac983d90..d4cfa67e6 100644 --- a/randr/randrstr.h +++ b/randr/randrstr.h @@ -545,7 +545,7 @@ RRCrtcSetRotations (RRCrtcPtr crtc, Rotation rotations); * Set whether transforms are allowed on a CRTC */ void -RRCrtcSetTransform (RRCrtcPtr crtc, Bool transforms); +RRCrtcSetTransformSupport (RRCrtcPtr crtc, Bool transforms); /* * Notify the extension that the Crtc has been reconfigured, @@ -639,7 +639,7 @@ RRCrtcGetTransform (RRCrtcPtr crtc); * Mark the pending transform as current */ void -RRCrtcPostPendingTransform (RRCrtcPtr crtc); +RRCrtcSetTransform (RRCrtcPtr crtc, RRTransformPtr transform); /* * Check whether the pending and current transforms are the same |