(!1954) fb: drop obsolete fbPolyFillArc and fbPolyRectangle defines
Those aliases haven't been used (outside fb core itself), since XAA removal
back 17 years ago, no no need to carry them in public interface any longer.
See: 703a9645f3
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
parent
6c14b6c00e
commit
f16747ecc8
4
fb/fb.h
4
fb/fb.h
|
@ -779,8 +779,6 @@ extern _X_EXPORT void
|
|||
fbPolyFillRect(DrawablePtr pDrawable,
|
||||
GCPtr pGC, int nrectInit, xRectangle *prectInit);
|
||||
|
||||
#define fbPolyFillArc miPolyFillArc
|
||||
|
||||
/*
|
||||
* fbfillsp.c
|
||||
*/
|
||||
|
@ -885,8 +883,6 @@ extern _X_EXPORT void
|
|||
extern _X_EXPORT void
|
||||
fbPolySegment(DrawablePtr pDrawable, GCPtr pGC, int nseg, xSegment * pseg);
|
||||
|
||||
#define fbPolyRectangle miPolyRectangle
|
||||
|
||||
/*
|
||||
* fbpict.c
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue