Files
xf86-video-vmware/src/common_compat.h
Enrico Weigelt, metux IT consult 3f45b624ef drop compat with ancient xserver versions
We're relying on at least 1.18 now.

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
2025-06-20 18:56:37 +02:00

13 lines
217 B
C

#ifndef _COMMON_COMPAT_H_
#define _COMMON_COMPAT_H_
#ifndef fbGetRotatedPixmap
#define fbGetRotatedPixmap(_pGC) NULL
#endif
#ifndef DRM_MODE_FB_DIRTY_MAX_CLIPS
#define DRM_MODE_FB_DIRTY_MAX_CLIPS 256
#endif
#endif