mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
fb: unexport FB_HEAD_BITS and FB_TAIL_BITS macros
Not used by any driver, so no need to keep them exported. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
5
fb/fb.h
5
fb/fb.h
@@ -89,11 +89,6 @@ typedef FbBits FbStip;
|
||||
|
||||
typedef int FbStride;
|
||||
|
||||
#ifdef FB_DEBUG
|
||||
#define FB_HEAD_BITS (FbStip) (0xbaadf00d)
|
||||
#define FB_TAIL_BITS (FbStip) (0xbaddf0ad)
|
||||
#endif
|
||||
|
||||
#include "fbrop.h"
|
||||
|
||||
#if BITMAP_BIT_ORDER == LSBFirst
|
||||
|
||||
@@ -14,6 +14,9 @@
|
||||
|
||||
#ifdef FB_DEBUG
|
||||
|
||||
#define FB_HEAD_BITS (FbStip) (0xbaadf00d)
|
||||
#define FB_TAIL_BITS (FbStip) (0xbaddf0ad)
|
||||
|
||||
void fbValidateDrawable(DrawablePtr d);
|
||||
void fbSetBits(FbStip * bits, int stride, FbStip data);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user