mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-26 00:40:05 +01:00
Make fb build on darwin/ppc without addition #define hacks
This commit is contained in:
parent
16b315affa
commit
fb2d9df869
1 changed files with 1 additions and 1 deletions
|
|
@ -168,7 +168,7 @@ SOFTWARE.
|
|||
|
||||
#endif /* hpux || __hppa__ */
|
||||
|
||||
#if defined(__powerpc__)
|
||||
#if defined(__powerpc__) || defined(__ppc__)
|
||||
|
||||
#define IMAGE_BYTE_ORDER MSBFirst
|
||||
#define BITMAP_BIT_ORDER MSBFirst
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue