1
0
Fork 0
forked from wry/wry

head-management: add compositor-space-enabler-v1 extension

This commit is contained in:
Julian Orth 2025-07-12 09:31:12 +02:00
parent 5636f6bda5
commit 51170cbde5
8 changed files with 78 additions and 3 deletions

View file

@ -139,7 +139,6 @@ pub trait Connector: Any {
fn damage(&self);
fn drm_dev(&self) -> Option<DrmDeviceId>;
fn effectively_locked(&self) -> bool;
#[expect(dead_code)]
fn caps(&self) -> ConnectorCaps {
ConnectorCaps::none()
}