1
0
Fork 0
forked from wry/wry

config: add Connector::set_enabled

This commit is contained in:
Julian Orth 2022-07-26 21:52:52 +02:00
parent 4bbca6abdc
commit 30aa6de35c
8 changed files with 61 additions and 4 deletions

View file

@ -968,6 +968,10 @@ impl Connector for XOutput {
fn drm_dev(&self) -> Option<DrmDeviceId> {
None
}
fn set_enabled(&self, _enabled: bool) {
// nothing
}
}
struct XSeat {