mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2026-06-13 14:32:57 -04:00
backend/drm: introduce introspect_drm_prop_enum() helper
This commit is contained in:
parent
97b945beee
commit
94a982d4e3
2 changed files with 23 additions and 0 deletions
|
|
@ -106,5 +106,6 @@ char *get_drm_prop_enum(int fd, uint32_t obj, uint32_t prop);
|
|||
|
||||
bool introspect_drm_prop_range(int fd, uint32_t prop_id,
|
||||
uint64_t *min, uint64_t *max);
|
||||
bool introspect_drm_prop_enum(int fd, uint32_t prop_id, uint64_t *bitmask);
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue