mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 08:04:30 +00:00
xfree86: xlibre-server.h: announce new EDID parsing feature
Adding a #define in xlibre-server.h that drivers can #ifdef on, in order to check for the new EDID parsing API. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
committed by
Enrico Weigelt
parent
3bd2c8aa1c
commit
d05e018a59
@@ -212,4 +212,7 @@
|
||||
/* needed for os.h to prevent redefinition of timingsafe_memcmp in drivers */
|
||||
#mesondefine HAVE_TIMINGSAFE_MEMCMP
|
||||
|
||||
/* Xserver has xf86ParseEDID() et al (since 25.2) */
|
||||
#define XLIBRE_API_EDID_PARSE_v1 1
|
||||
|
||||
#endif /* _XORG_SERVER_H_ */
|
||||
|
||||
Reference in New Issue
Block a user