diff options
Diffstat (limited to 'afb/afbclip.c')
-rw-r--r-- | afb/afbclip.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/afb/afbclip.c b/afb/afbclip.c index 0acf35b2a..3930342d9 100644 --- a/afb/afbclip.c +++ b/afb/afbclip.c @@ -102,7 +102,7 @@ afbPixmapToRegion(pPix) register BoxPtr prectO, prectN; BoxPtr FirstRect, rects, prectLineStart; Bool fInBox, fSame; - register PixelType mask0 = mask[0]; + register PixelType mask0 = mfbGetmask(0); PixelType *pwLine; int nWidth; |