fb: Hide fbDots

Reviewed-by: Keith Packard <keithp@keithp.com>
Signed-off-by: Adam Jackson <ajax@redhat.com>
This commit is contained in:
Adam Jackson 2014-09-26 13:32:37 -04:00
parent 5db0f067ed
commit e31d16a82d
2 changed files with 1 additions and 11 deletions

10
fb/fb.h
View File

@ -1145,16 +1145,6 @@ extern _X_EXPORT RegionPtr
extern _X_EXPORT void
fbDots(FbBits * dstOrig,
FbStride dstStride,
int dstBpp,
BoxPtr pBox,
xPoint * pts,
int npt,
int xorg, int yorg, int xoff, int yoff, FbBits andOrig, FbBits xorOrig);
extern _X_EXPORT void
fbPolyPoint(DrawablePtr pDrawable,
GCPtr pGC, int mode, int npt, xPoint * pptInit);

View File

@ -35,7 +35,7 @@ typedef void (*FbDots) (FbBits * dst,
int xorg,
int yorg, int xoff, int yoff, FbBits and, FbBits xor);
void
static void
fbDots(FbBits * dstOrig,
FbStride dstStride,
int dstBpp,