summaryrefslogtreecommitdiff
path: root/fb/fboverlay.c
diff options
context:
space:
mode:
authorMaarten Maathuis <madman2003@gmail.com>2009-02-04 19:48:03 +0100
committerMaarten Maathuis <madman2003@gmail.com>2009-02-06 18:42:39 +0100
commit2e76958d304a3c4080d62f32449724eeb9b95d93 (patch)
tree96384dfe48edb119c8ec7cf1f51686470292d511 /fb/fboverlay.c
parentf06bde3d4bf9a0f245dfa6c65cd98f8e0c7dfdfc (diff)
fb: move some code to mi
Diffstat (limited to 'fb/fboverlay.c')
-rw-r--r--fb/fboverlay.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fb/fboverlay.c b/fb/fboverlay.c
index 1432cb6f0..99939e8bf 100644
--- a/fb/fboverlay.c
+++ b/fb/fboverlay.c
@@ -248,7 +248,7 @@ fbOverlayCopyWindow(WindowPtr pWin,
{
REGION_TRANSLATE(pScreen, &layerRgn[i], -dx, -dy);
pPixmap = pScrPriv->layer[i].u.run.pixmap;
- fbCopyRegion (&pPixmap->drawable, &pPixmap->drawable,
+ miCopyRegion (&pPixmap->drawable, &pPixmap->drawable,
0,
&layerRgn[i], dx, dy, pScrPriv->CopyWindow, 0,
(void *)(long) i);