Remove ResNoAvoid definition, missed in the RAC removal
ResNoAvoid is #defined to ResBios, but ResBios was removed
from xf86str.h in 4b42448a23
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Reviewed-by: Julien Cristau <jcristau@debian.org>
Signed-off-by: Keith Packard <keithp@keithp.com>
This commit is contained in:
parent
3150417623
commit
f281db9a5e
|
@ -147,9 +147,6 @@ typedef struct _RootWinProp {
|
||||||
pointer data;
|
pointer data;
|
||||||
} RootWinProp, *RootWinPropPtr;
|
} RootWinProp, *RootWinPropPtr;
|
||||||
|
|
||||||
/* private resource types */
|
|
||||||
#define ResNoAvoid ResBios
|
|
||||||
|
|
||||||
/* ISC's cc can't handle ~ of UL constants, so explicitly type cast them. */
|
/* ISC's cc can't handle ~ of UL constants, so explicitly type cast them. */
|
||||||
#define XLED1 ((unsigned long) 0x00000001)
|
#define XLED1 ((unsigned long) 0x00000001)
|
||||||
#define XLED2 ((unsigned long) 0x00000002)
|
#define XLED2 ((unsigned long) 0x00000002)
|
||||||
|
|
Loading…
Reference in New Issue