mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-02-14 22:40:29 +01:00
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>
(cherry picked from commit e1e8ab3ddf)
This commit is contained in:
parent
9bfefce1a6
commit
8dcecf08cb
2 changed files with 2 additions and 2 deletions
|
|
@ -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…
Add table
Reference in a new issue