mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 08:04:30 +00:00
dix: make BITMAP_SCANLINE_UNIT private
Not used by any external drivers, so no need to keep it public. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
committed by
Enrico Weigelt
parent
c696329b93
commit
92a015504e
@@ -68,16 +68,9 @@ SOFTWARE.
|
||||
#define GLYPHPADBYTES 4
|
||||
#endif
|
||||
|
||||
/* pad scanline to a longword */
|
||||
#ifndef BITMAP_SCANLINE_UNIT
|
||||
#define BITMAP_SCANLINE_UNIT 32
|
||||
#endif
|
||||
|
||||
#ifndef BITMAP_SCANLINE_PAD
|
||||
#define BITMAP_SCANLINE_PAD 32
|
||||
#define LOG2_BITMAP_PAD 5
|
||||
#define LOG2_BYTES_PER_SCANLINE_PAD 2
|
||||
#endif
|
||||
|
||||
#include <X11/Xfuncproto.h>
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user