diff options
author | Adam Jackson <ajax@redhat.com> | 2014-09-26 13:32:37 -0400 |
---|---|---|
committer | Adam Jackson <ajax@redhat.com> | 2014-10-27 15:45:55 -0400 |
commit | e31d16a82d83738740f67743b759c006d9845e79 (patch) | |
tree | 8a95fec679d002b1dc73615eda9a037ddf771244 /fb/fb.h | |
parent | 5db0f067ed4ff24c48cdb7998e4a52ad80037cb7 (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.h | 10 |
1 files changed, 0 insertions, 10 deletions
@@ -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); |