wl_drm: hide global if invalid modifier is not supported
This commit is contained in:
parent
f2139f0835
commit
8a83d844e9
3 changed files with 16 additions and 0 deletions
|
|
@ -795,6 +795,10 @@ pub trait GfxContext: Debug {
|
|||
fn supports_color_management(&self) -> bool {
|
||||
false
|
||||
}
|
||||
|
||||
fn supports_invalid_modifier(&self) -> bool {
|
||||
false
|
||||
}
|
||||
}
|
||||
|
||||
#[derive(Clone, Debug)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue