summaryrefslogtreecommitdiff
path: root/drv/fb/fbarc.c
diff options
context:
space:
mode:
Diffstat (limited to 'drv/fb/fbarc.c')
-rw-r--r--drv/fb/fbarc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drv/fb/fbarc.c b/drv/fb/fbarc.c
index 9831953c7..1cca33660 100644
--- a/drv/fb/fbarc.c
+++ b/drv/fb/fbarc.c
@@ -24,7 +24,7 @@
#include <dix-config.h>
#endif
-#include "fb.h"
+#include "drvfb.h"
#include "drvzerarc.h"
#include <limits.h>
@@ -38,7 +38,7 @@ typedef void (*FbArc) (FbBits *dst,
FbBits xor);
void
-fbPolyArc (PixmapPtr pPixmap,
+fbPolyArc (DrvPixmapPtr pPixmap,
DrvGCPtr pGC,
int narcs,
xArc *parcs)