diff options
author | Keith Packard <keithp@keithp.com> | 2011-02-23 11:17:42 -0800 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2011-02-23 11:17:42 -0800 |
commit | 9e8c20b0d49783d6b9334d4c11c4e6e3ba273524 (patch) | |
tree | a9b7a096bbc1969861605173dad764ce0bfbc1e5 /randr/rrinfo.c | |
parent | 9f47780ecdc7693f756587a758ec0141e75cb1eb (diff) |
Revert "randr: Add per-crtc pixmaps"
This reverts commit 82612045e11f2b882ae132e184a9629f43f1c424.
Diffstat (limited to 'randr/rrinfo.c')
-rw-r--r-- | randr/rrinfo.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/randr/rrinfo.c b/randr/rrinfo.c index 549ebcc8d..fdf372607 100644 --- a/randr/rrinfo.c +++ b/randr/rrinfo.c @@ -168,7 +168,7 @@ RRScanOldConfig (ScreenPtr pScreen, Rotation rotations) /* notice current mode */ if (newMode) RRCrtcNotify (crtc, newMode, 0, 0, pScrPriv->rotation, - NULL, 1, &output, NULL); + NULL, 1, &output); } #endif |