diff options
author | Keith Packard <keithp@keithp.com> | 2014-07-31 19:57:53 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2014-07-31 21:42:04 -0700 |
commit | e8373e4b6a793b48487b1a82d798d97b5c9a10a3 (patch) | |
tree | 4b7c2cffe6763cd1438693662b0553d3b11569e1 /include/xorg-server.h.in | |
parent | e31564e1a21e73f4d20d6471da4fc7a9b63e4062 (diff) |
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>
Diffstat (limited to 'include/xorg-server.h.in')
-rw-r--r-- | include/xorg-server.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/xorg-server.h.in b/include/xorg-server.h.in index 09b79b6e3..4cb94875c 100644 --- a/include/xorg-server.h.in +++ b/include/xorg-server.h.in @@ -231,4 +231,7 @@ /* Ask fontsproto to make font path element names const */ #define FONT_PATH_ELEMENT_NAME_CONST 1 +/* byte order */ +#undef X_BYTE_ORDER + #endif /* _XORG_SERVER_H_ */ |