mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 12:25:07 +00:00
dix: move GCAllBits define into private header
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
committed by
Enrico Weigelt
parent
e0ddc62bd0
commit
e14d352661
@@ -9,6 +9,8 @@
|
||||
|
||||
#include "include/gc.h"
|
||||
|
||||
#define GCAllBits ((1 << (GCLastBit + 1)) - 1)
|
||||
|
||||
int ChangeGCXIDs(ClientPtr client, GCPtr pGC, BITS32 mask, CARD32 * pval);
|
||||
|
||||
GCPtr CreateGC(DrawablePtr pDrawable,
|
||||
|
||||
@@ -55,8 +55,6 @@ SOFTWARE.
|
||||
#include "screenint.h"
|
||||
#include "privates.h"
|
||||
|
||||
#define GCAllBits ((1 << (GCLastBit + 1)) - 1)
|
||||
|
||||
#ifndef _XTYPEDEF_CHARINFOPTR
|
||||
typedef struct _CharInfo *CharInfoPtr; /* also in fonts/include/font.h */
|
||||
#define _XTYPEDEF_CHARINFOPTR
|
||||
|
||||
Reference in New Issue
Block a user