diff options
author | Maarten Maathuis <madman2003@gmail.com> | 2009-02-04 19:48:03 +0100 |
---|---|---|
committer | Maarten Maathuis <madman2003@gmail.com> | 2009-02-06 18:42:39 +0100 |
commit | 2e76958d304a3c4080d62f32449724eeb9b95d93 (patch) | |
tree | 96384dfe48edb119c8ec7cf1f51686470292d511 /exa | |
parent | f06bde3d4bf9a0f245dfa6c65cd98f8e0c7dfdfc (diff) |
fb: move some code to mi
Diffstat (limited to 'exa')
-rw-r--r-- | exa/exa_accel.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/exa/exa_accel.c b/exa/exa_accel.c index 02858f1fc..cc5dd18f2 100644 --- a/exa/exa_accel.c +++ b/exa/exa_accel.c @@ -524,7 +524,7 @@ exaCopyArea(DrawablePtr pSrcDrawable, DrawablePtr pDstDrawable, GCPtr pGC, srcx, srcy, width, height, dstx, dsty); } - return fbDoCopy (pSrcDrawable, pDstDrawable, pGC, + return miDoCopy (pSrcDrawable, pDstDrawable, pGC, srcx, srcy, width, height, dstx, dsty, exaCopyNtoN, 0, NULL); } @@ -879,7 +879,7 @@ exaCopyWindow(WindowPtr pWin, DDXPointRec ptOldOrg, RegionPtr prgnSrc) -pPixmap->screen_x, -pPixmap->screen_y); #endif - fbCopyRegion (&pPixmap->drawable, &pPixmap->drawable, + miCopyRegion (&pPixmap->drawable, &pPixmap->drawable, NULL, &rgnDst, dx, dy, exaCopyNtoN, 0, NULL); |