diff options
author | Keith Packard <keithp@keithp.com> | 2008-03-21 02:39:49 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2008-11-24 13:24:40 -0800 |
commit | 7c61db66a470a8306e346ed8bf8934f014dada42 (patch) | |
tree | 27215d0f0fa4a2823222fb37fc0ae5cff541780a /randr/rrinfo.c | |
parent | fa6a1df209bd74da1d545982cca437afc2198cc1 (diff) |
Create rrtransform.[ch]. Add RRTransform argument to RRCrtcNotify.
Instead of using a separate function to notify DIX about transform changes,
add the transform to RRCrtcNotify so that the whole Crtc state changes
atomically.
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 7e77d393d..38314defd 100644 --- a/randr/rrinfo.c +++ b/randr/rrinfo.c @@ -170,7 +170,7 @@ RRScanOldConfig (ScreenPtr pScreen, Rotation rotations) /* notice current mode */ if (newMode) RRCrtcNotify (crtc, newMode, 0, 0, pScrPriv->rotation, - 1, &output); + NULL, 1, &output); } #endif |