diff options
author | Dave Airlie <airlied@redhat.com> | 2011-11-22 16:04:42 +0000 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2012-01-11 09:42:52 +0000 |
commit | 8178d23142d039674e5d6dc59b21e107b1ac1340 (patch) | |
tree | 4f2ea8b868ea7b82e8451da0563bc289c6bb3195 /drv/fb/fbgc.c | |
parent | 92aaa6d28aa056b16a3bf8a2c000e075504aecf3 (diff) |
add drvcopy
Diffstat (limited to 'drv/fb/fbgc.c')
-rw-r--r-- | drv/fb/fbgc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drv/fb/fbgc.c b/drv/fb/fbgc.c index 4b88bb4bd..5c352d691 100644 --- a/drv/fb/fbgc.c +++ b/drv/fb/fbgc.c @@ -34,7 +34,7 @@ const DrvGCOps drvfbGCOps = { drvfbFillSpans, drvfbSetSpans, drvfbPutImage, - NULL, + drvfbCopyArea, NULL, drvfbPolyPoint, drvfbPolyLine, |