diff options
Diffstat (limited to 'hw/kdrive/src/knoop.c')
-rw-r--r-- | hw/kdrive/src/knoop.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hw/kdrive/src/knoop.c b/hw/kdrive/src/knoop.c index d791d819d..26d7642f9 100644 --- a/hw/kdrive/src/knoop.c +++ b/hw/kdrive/src/knoop.c @@ -255,14 +255,14 @@ typedef void (* typePushPixels)( #endif ); -RegionPtr +static RegionPtr KdNoopCopyArea(DrawablePtr pSrcDrawable, DrawablePtr pDstDrawable, GCPtr pGC, int srcx, int srcy, int width, int height, int dstx, int dsty) { return NullRegion; } -RegionPtr +static RegionPtr KdNoopCopyPlane(DrawablePtr pSrcDrawable, DrawablePtr pDstDrawable, GCPtr pGC, int srcx, int srcy, int width, int height, int dstx, int dsty, unsigned long bitPlane) |