mirror of
https://github.com/X11Libre/xf86-video-vmware.git
synced 2026-03-28 11:09:57 +00:00
We're relying on at least 1.18 now. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
13 lines
217 B
C
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
|