summaryrefslogtreecommitdiff
path: root/fb/fb.h
diff options
context:
space:
mode:
authorAdam Jackson <ajax@redhat.com>2014-09-26 13:32:37 -0400
committerAdam Jackson <ajax@redhat.com>2014-10-27 15:45:55 -0400
commite31d16a82d83738740f67743b759c006d9845e79 (patch)
tree8a95fec679d002b1dc73615eda9a037ddf771244 /fb/fb.h
parent5db0f067ed4ff24c48cdb7998e4a52ad80037cb7 (diff)
fb: Hide fbDots
Reviewed-by: Keith Packard <keithp@keithp.com> Signed-off-by: Adam Jackson <ajax@redhat.com>
Diffstat (limited to 'fb/fb.h')
-rw-r--r--fb/fb.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/fb/fb.h b/fb/fb.h
index a3d518532..f6bceeaa2 100644
--- a/fb/fb.h
+++ b/fb/fb.h
@@ -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);