mi: miline.h: drop DEFAULTZEROLINEBIAS from public header
This define in only used locally, in exactly one source file, thus no neeed to keep it exported. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net> Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1726>
This commit is contained in:
parent
c06d9da5b6
commit
e1e8ab3ddf
|
@ -49,8 +49,6 @@ in this Software without prior written authorization from The Open Group.
|
|||
#define OCTANT7 (1 << (YMAJOR))
|
||||
#define OCTANT8 (1 << (0))
|
||||
|
||||
#define DEFAULTZEROLINEBIAS (OCTANT2 | OCTANT3 | OCTANT4 | OCTANT5)
|
||||
|
||||
/*
|
||||
* Devices can configure the rendering of routines in mi, mfb, and cfb*
|
||||
* by specifying a thin line bias to be applied to a particular screen
|
||||
|
|
|
@ -59,6 +59,8 @@ typedef struct {
|
|||
int ysize;
|
||||
} miScreenInitParmsRec, *miScreenInitParmsPtr;
|
||||
|
||||
#define DEFAULTZEROLINEBIAS (OCTANT2 | OCTANT3 | OCTANT4 | OCTANT5)
|
||||
|
||||
/* this plugs into pScreen->ModifyPixmapHeader */
|
||||
Bool
|
||||
miModifyPixmapHeader(PixmapPtr pPixmap, int width, int height, int depth,
|
||||
|
|
Loading…
Reference in New Issue