diff options
author | Wang Zhenyu <zhenyu.z.wang@intel.com> | 2006-12-04 15:48:04 +0800 |
---|---|---|
committer | Keith Packard <keithp@neko.keithp.com> | 2007-01-06 15:06:39 -0800 |
commit | 736d82a6b43f174cb95b425faacd4b0b889916fa (patch) | |
tree | 287256c97eef955a5b2f9a48986134ef24d01630 /src/i830_rotate.c | |
parent | 53b42f5bc7a58d02106436486e5bb56e56dbbfa1 (diff) | |
parent | 4c790f614ecba1f6468e51779cfaf0e36b6b17ad (diff) |
Merge branch 'modesetting-origin' into modesetting
Diffstat (limited to 'src/i830_rotate.c')
-rw-r--r-- | src/i830_rotate.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/i830_rotate.c b/src/i830_rotate.c index b2587b26..029f439e 100644 --- a/src/i830_rotate.c +++ b/src/i830_rotate.c @@ -1560,7 +1560,7 @@ I830Rotate(ScrnInfoPtr pScrn, DisplayModePtr mode) if (pI830->rotation != RR_Rotate_0) shadowAdd (pScrn->pScreen, (*pScrn->pScreen->GetScreenPixmap) (pScrn->pScreen), - func, I830WindowLinear, pI830->rotation, 0); + func, I830WindowLinear, pI830->rotation, NULL); if (I830IsPrimary(pScrn)) { if (pI830->rotation != RR_Rotate_0) @@ -1786,7 +1786,7 @@ BAIL0: if (pI830->rotation != RR_Rotate_0) shadowAdd (pScrn->pScreen, (*pScrn->pScreen->GetScreenPixmap) (pScrn->pScreen), - func, I830WindowLinear, pI830->rotation, 0); + func, I830WindowLinear, pI830->rotation, NULL); if (I830IsPrimary(pScrn)) { if (pI830->rotation != RR_Rotate_0) |