diff options
-rw-r--r-- | src/common_compat.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/common_compat.h b/src/common_compat.h index 3cd3139..4efe350 100644 --- a/src/common_compat.h +++ b/src/common_compat.h @@ -33,5 +33,9 @@ xf86SaveModeContents(DisplayModePtr intern, const DisplayModeRec *mode) } #endif +#ifndef fbGetRotatedPixmap +#define fbGetRotatedPixmap(_pGC) NULL +#endif + #endif |