mirror of
https://gitlab.freedesktop.org/emersion/libdisplay-info.git
synced 2024-11-16 19:48:30 +01:00
40b7b46a5c
Returns a low-level struct di_edid from a high-level struct di_info. Signed-off-by: Simon Ser <contact@emersion.fr> |
||
---|---|---|
include | ||
.editorconfig | ||
.gitlab-ci.yml | ||
edid.c | ||
info.c | ||
LICENSE | ||
meson.build | ||
README.md |
libdisplay-info
EDID and DisplayID library.
Goals:
- Provide a set of high-level, easy-to-use, opinionated functions as well as low-level functions to access detailed information.
- Simplicity and correctness over performance and resource usage.
- Well-tested and fuzzed.
Contributing
Open issues and merge requests on the GitLab project.
In general, the Wayland contribution guidelines should be followed. In particular, each commit must carry a Signed-off-by tag to denote that the submitter adheres to the Developer Certificate of Origin 1.1. This project follows the freedesktop.org Contributor Covenant.