mirror of
https://github.com/X11Libre/xf86-video-sis.git
synced 2026-03-24 01:25:01 +00:00
Enable SISGAMMARAMP macro on X.Org X Server
Signed-off-by: Kevin Brace <kevinbrace@gmx.com>
This commit is contained in:
@@ -277,7 +277,7 @@
|
||||
|
||||
#undef SISGAMMARAMP
|
||||
#ifdef XORG_VERSION_CURRENT
|
||||
#if XORG_VERSION_CURRENT >= XORG_VERSION_NUMERIC(6,8,99,13,0)
|
||||
#if (XORG_VERSION_CURRENT >= XORG_VERSION_NUMERIC(6,8,99,13,0)) || (XORG_VERSION_CURRENT >= XORG_VERSION_NUMERIC(1,0,0,0,0))
|
||||
#define SISGAMMARAMP /* Driver can set gamma ramp; requires additional symbols in xf86sym.h */
|
||||
#endif
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user