mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-20 16:20:03 +01:00
dix: Remove some XFree86 3.x leftovers
Signed-off-by: Adam Jackson <ajax@redhat.com> Reviewed-by: Daniel Stone <daniels@collabora.com> Signed-off-by: Keith Packard <keithp@keithp.com>
This commit is contained in:
parent
5aaacb501f
commit
f6469f1910
1 changed files with 0 additions and 10 deletions
|
|
@ -87,16 +87,6 @@ SOFTWARE.
|
||||||
|
|
||||||
#define IMAGE_BYTE_ORDER LSBFirst
|
#define IMAGE_BYTE_ORDER LSBFirst
|
||||||
|
|
||||||
#if defined(XF86MONOVGA) || defined(XF86VGA16) || defined(XF86MONO)
|
|
||||||
#define BITMAP_BIT_ORDER MSBFirst
|
|
||||||
#else
|
|
||||||
#define BITMAP_BIT_ORDER LSBFirst
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#if defined(XF86MONOVGA) || defined(XF86VGA16)
|
|
||||||
#define BITMAP_SCANLINE_UNIT 8
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#define GLYPHPADBYTES 4
|
#define GLYPHPADBYTES 4
|
||||||
#define GETLEFTBITS_ALIGNMENT 1
|
#define GETLEFTBITS_ALIGNMENT 1
|
||||||
#define LARGE_INSTRUCTION_CACHE
|
#define LARGE_INSTRUCTION_CACHE
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue