protocols/dmabuf: fix DMA-BUF checks and events (#12965)
This commit is contained in:
parent
9f9dbb0dc5
commit
60f1c61323
3 changed files with 55 additions and 12 deletions
|
|
@ -791,6 +791,7 @@ CConfigManager::CConfigManager() {
|
|||
registerConfigVar("ecosystem:enforce_permissions", Hyprlang::INT{0});
|
||||
|
||||
registerConfigVar("quirks:prefer_hdr", Hyprlang::INT{0});
|
||||
registerConfigVar("quirks:skip_non_kms_dmabuf_formats", Hyprlang::INT{0});
|
||||
|
||||
// devices
|
||||
m_config->addSpecialCategory("device", {"name"});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue