diff options
Diffstat (limited to 'drv/fb/fbglyph.c')
-rw-r--r-- | drv/fb/fbglyph.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drv/fb/fbglyph.c b/drv/fb/fbglyph.c index 81a08ba82..6a751002d 100644 --- a/drv/fb/fbglyph.c +++ b/drv/fb/fbglyph.c @@ -25,7 +25,7 @@ #include <dix-config.h> #endif -#include "fb.h" +#include "drvfb.h" #include <X11/fonts/fontstruct.h> #include "dixfontstr.h" @@ -248,7 +248,7 @@ fbGlyph24 (FbBits *dstBits, } void -fbPolyGlyphBlt (PixmapPtr pPixmap, +fbPolyGlyphBlt (DrvPixmapPtr pPixmap, DrvGCPtr pGC, int x, int y, @@ -330,7 +330,7 @@ fbPolyGlyphBlt (PixmapPtr pPixmap, void -fbImageGlyphBlt (PixmapPtr pPixmap, +fbImageGlyphBlt (DrvPixmapPtr pPixmap, DrvGCPtr pGC, int x, int y, |