diff options
Diffstat (limited to 'drv/fb/fbpoint.c')
-rw-r--r-- | drv/fb/fbpoint.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drv/fb/fbpoint.c b/drv/fb/fbpoint.c index 4c7183175..32a9f2f76 100644 --- a/drv/fb/fbpoint.c +++ b/drv/fb/fbpoint.c @@ -24,7 +24,7 @@ #include <dix-config.h> #endif -#include "fb.h" +#include "drvfb.h" typedef void (*FbDots) (FbBits *dst, FbStride dstStride, @@ -106,7 +106,7 @@ fbDots (FbBits *dstOrig, } void -fbPolyPoint (PixmapPtr pPixmap, +fbPolyPoint (DrvPixmapPtr pPixmap, DrvGCPtr pGC, int mode, int nptInit, |