Add X_BYTE_ORDER to xorg-server.h
Drivers don't get to use dix-config.h, they use xorg-server.h instead. Add X_BYTE_ORDER to that file so drivers can see the value. Signed-off-by: Keith Packard <keithp@keithp.com> Reviewed-by: Michel Dänzer <michel.daenzer@amd.com>
This commit is contained in:
parent
e31564e1a2
commit
e8373e4b6a
|
@ -231,4 +231,7 @@
|
||||||
/* Ask fontsproto to make font path element names const */
|
/* Ask fontsproto to make font path element names const */
|
||||||
#define FONT_PATH_ELEMENT_NAME_CONST 1
|
#define FONT_PATH_ELEMENT_NAME_CONST 1
|
||||||
|
|
||||||
|
/* byte order */
|
||||||
|
#undef X_BYTE_ORDER
|
||||||
|
|
||||||
#endif /* _XORG_SERVER_H_ */
|
#endif /* _XORG_SERVER_H_ */
|
||||||
|
|
Loading…
Reference in New Issue