summaryrefslogtreecommitdiff
path: root/fb/fbwindow.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/fbwindow.c
parentf06bde3d4bf9a0f245dfa6c65cd98f8e0c7dfdfc (diff)
fb: move some code to mi
Diffstat (limited to 'fb/fbwindow.c')
-rw-r--r--fb/fbwindow.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fb/fbwindow.c b/fb/fbwindow.c
index 022a16f1b..46c033448 100644
--- a/fb/fbwindow.c
+++ b/fb/fbwindow.c
@@ -140,7 +140,7 @@ fbCopyWindow(WindowPtr pWin,
-pPixmap->screen_x, -pPixmap->screen_y);
#endif
- fbCopyRegion (pDrawable, pDrawable,
+ miCopyRegion (pDrawable, pDrawable,
0,
&rgnDst, dx, dy, fbCopyWindowProc, 0, 0);