fb: Hide some zero-width line details
Reviewed-by: Keith Packard <keithp@keithp.com> Signed-off-by: Adam Jackson <ajax@redhat.com>
This commit is contained in:
parent
266cd552bd
commit
b184a863c1
9
fb/fb.h
9
fb/fb.h
|
@ -1098,15 +1098,6 @@ fbGetImage(DrawablePtr pDrawable,
|
||||||
*/
|
*/
|
||||||
|
|
||||||
extern _X_EXPORT void
|
extern _X_EXPORT void
|
||||||
|
|
||||||
fbZeroLine(DrawablePtr pDrawable,
|
|
||||||
GCPtr pGC, int mode, int npt, DDXPointPtr ppt);
|
|
||||||
|
|
||||||
extern _X_EXPORT void
|
|
||||||
fbZeroSegment(DrawablePtr pDrawable, GCPtr pGC, int nseg, xSegment * pSegs);
|
|
||||||
|
|
||||||
extern _X_EXPORT void
|
|
||||||
|
|
||||||
fbPolyLine(DrawablePtr pDrawable,
|
fbPolyLine(DrawablePtr pDrawable,
|
||||||
GCPtr pGC, int mode, int npt, DDXPointPtr ppt);
|
GCPtr pGC, int mode, int npt, DDXPointPtr ppt);
|
||||||
|
|
||||||
|
|
|
@ -26,7 +26,7 @@
|
||||||
|
|
||||||
#include "fb.h"
|
#include "fb.h"
|
||||||
|
|
||||||
void
|
static void
|
||||||
fbZeroLine(DrawablePtr pDrawable, GCPtr pGC, int mode, int npt, DDXPointPtr ppt)
|
fbZeroLine(DrawablePtr pDrawable, GCPtr pGC, int mode, int npt, DDXPointPtr ppt)
|
||||||
{
|
{
|
||||||
int x1, y1, x2, y2;
|
int x1, y1, x2, y2;
|
||||||
|
@ -54,7 +54,7 @@ fbZeroLine(DrawablePtr pDrawable, GCPtr pGC, int mode, int npt, DDXPointPtr ppt)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
static void
|
||||||
fbZeroSegment(DrawablePtr pDrawable, GCPtr pGC, int nseg, xSegment * pSegs)
|
fbZeroSegment(DrawablePtr pDrawable, GCPtr pGC, int nseg, xSegment * pSegs)
|
||||||
{
|
{
|
||||||
int dashOffset;
|
int dashOffset;
|
||||||
|
|
|
@ -143,7 +143,5 @@
|
||||||
#define fbUnrealizeFont wfbUnrealizeFont
|
#define fbUnrealizeFont wfbUnrealizeFont
|
||||||
#define fbValidateGC wfbValidateGC
|
#define fbValidateGC wfbValidateGC
|
||||||
#define fbWinPrivateKeyRec wfbWinPrivateKeyRec
|
#define fbWinPrivateKeyRec wfbWinPrivateKeyRec
|
||||||
#define fbZeroLine wfbZeroLine
|
|
||||||
#define fbZeroSegment wfbZeroSegment
|
|
||||||
#define free_pixman_pict wfb_free_pixman_pict
|
#define free_pixman_pict wfb_free_pixman_pict
|
||||||
#define image_from_pict wfb_image_from_pict
|
#define image_from_pict wfb_image_from_pict
|
||||||
|
|
Loading…
Reference in New Issue