From 4ea5c4d5fa1dcb125137bcb76b402490ac134b4f Mon Sep 17 00:00:00 2001 From: Thomas Hellstrom Date: Fri, 16 Feb 2018 13:37:56 +0100 Subject: Build fixes A couple of more build fixes for older X servers. Signed-off-by: Thomas Hellstrom Reviewed-by: Sinclair Yeh --- src/common_compat.h | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'src/common_compat.h') diff --git a/src/common_compat.h b/src/common_compat.h index 5c46a73..3cd3139 100644 --- a/src/common_compat.h +++ b/src/common_compat.h @@ -20,5 +20,18 @@ #define CONST_ABI_16_TO_19 #endif +#if (GET_ABI_MAJOR(ABI_VIDEODRV_VERSION) < 13) +static inline void +xf86SaveModeContents(DisplayModePtr intern, const DisplayModeRec *mode) +{ + *intern = *mode; + intern->prev = intern->next = NULL; + intern->name = NULL; + intern->PrivSize = 0; + intern->PrivFlags = 0; + intern->Private = NULL; +} +#endif + #endif -- cgit v1.2.3